Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #56526
    luismarioochoa
    Participant

    Hello,

    I am trying to use this CSS .page.entry-title{display: none;} to hide Page Titles which it does, but it is also hiding the Titles on the Featured Images Slider, which I really need to display. Is there a workaround for this?

    Thank you so much in advance.

    Luis

    #56547
    Sakin
    Keymaster

    @luismarioochoa: I need your site URL to check in detail. But if you want your slider title back after your custom css, then you can add the following css:
    #main-slider .entry-title { display: block; }

    #56599
    luismarioochoa
    Participant

    Hi Sakin,

    Thank you for your responce. Though this CSS #main-slider .entry-title { display: block; } displays the Slider Title, it overrides .page.entry-title{display: none;} hense the Page Titles are now showing again, which are the ones I’d like to hide.

    The url is http://www.bonvivanttravel.ca

    Thank you

    #56990
    Sakin
    Keymaster

    @luismarioochoa: There is issue you with your custom css. Find the following css:
    .page.entry-title{display: none;}

    Then replace it with the following:
    .page .entry-title { display: none; }

    Note: Sorry for the late reply as we are still in state of emergency due to massive earthquake in Nepal. Internet, electricity, water and sanitation are huge problem here. We are also helping others in the community so we are slowing getting back online.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Page Tittles & Featured Image Slider Tittles’ is closed to new replies.