Before you ask please READ THIS

hide thin line in post or pages, and hide titles of category

edited December 2012 in Hypershot Posts: 26
I wish to hide the thin vertical line at the right in post and pages (and all). Its like http://support.apollo13.eu/discussion/568/how-to-remove-the-light-gray-outline-between-navigational-bar-backgrounds#Item_13 but the vertical, thanks

Other thing I wish to know is how to hide the titles in a category page
Thanks

Comments

  • AirAir
    Posts: 10,970
    For shadows use this custom CSS
    body.page article, body.single article, body.page article, body.single article{
    box-shadow: none;
    }
    About titles: you want to hide title of category, or all titles. Screen shot with shown exactly what you wish to remove might help:-)

    With regards.
  • Yes all titles (in blue)
    Captura de pantalla 2012-12-08 a la(s) 21.45.34.png
    1920 x 1200 - 389K
    Captura de pantalla 2012-12-08 a la(s) 21.48.32.png
    1920 x 1200 - 253K
  • AirAir
    Posts: 10,970
    Hello,

    to hide it you can use this custom CSS
    body.category .info-bar .page-title{
    display: none;
    }
    With regards.
  • in pc custom css plugin it woks this way:

    body.category, .info-bar, .page-title{
    display: none; !important;
    }
  • AirAir
    edited December 2012 Posts: 10,970
    You shouldn't add comma, there cause it means to hide whole category page and also hide every title of page.
    Use of !important is also incorrect.

    With regards.
    Post edited by Air on
  • And This?

    body.category .info-bar .page-title{
    display: none;
    }

    body.page .info-bar .page-title{
    display: none;
    }
  • AirAir
    Posts: 10,970
    I don't quite get what you want now:-) I give you answer, just add it at end of Custom CSS field and you are done. Or you are now asking indirectly about hidding some other titles?:-)

    With regards.
  • Yes, sorry maybe it´s my english, i can´t explain as good as i want.

    I want to hide all the titles that appears in pages, blog post, categories, archives by category, archive by tag, etc... See attached images, I've bookmarked the title in blue

    http://www.miguelangellopezgalan.com/tag/atocha/

    sorry and apologize for the inconvenience.
    Captura de pantalla 2012-12-10 a la(s) 21.28.39.png
    1920 x 1200 - 887K
    Captura de pantalla 2012-12-10 a la(s) 21.38.23.png
    1920 x 1200 - 915K
  • AirAir
    edited December 2012 Posts: 10,970
    OK :-) I thought you mean only in categories :-)
    .info-bar .page-title{
    display: none;
    }
    This should work:-)

    If on some pages it won't work send me links to it and I will improve this custom CSS.

    With regards.
    Post edited by Air on
  • Hi Air,
    Yes, it worked. but now you'd know how to reduce the space between the header and the content and make always the same space. see attached, I´ve bookmarked the space with a red rectangle.
    Thank you.
    Captura de pantalla 2012-12-11 a la(s) 19.18.50.png
    1920 x 1200 - 776K
    Captura de pantalla 2012-12-11 a la(s) 19.18.55.png
    1920 x 1200 - 190K
    Captura de pantalla 2012-12-11 a la(s) 19.19.09.png
    1920 x 1200 - 880K
    Captura de pantalla 2012-12-11 a la(s) 19.19.16.png
    1920 x 1200 - 786K
  • AirAir
    Posts: 10,970
    Try this custom CSS
    .info-bar .inside{
    display: none;
    }
    and if it is too much space reduction, use this
    .info-bar .inside{
    padding-top: 0;
    }
    With regards.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!