Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #135692
    Mandala528
    Participant

    Hey Guys,

    I went through all the pages in the support forums, unable to find an answer to this question (also surprised it was not asked)…

    Using Adventurous Pro theme:

    How do I remove the page titles and their permalinks to themselves? (not site title&tagline)

    Namaste

    #135705
    Skandha
    Participant

    @mandala528: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .page .entry-title {
        display:none;
    }

    Let me know if this does the trick.
    Regards,
    Skandha

    #135747
    Mandala528
    Participant

    Hey Skandha,

    I appreciate your quick reply!

    Although this removes page titles, it also removes the headers from the featured images.

    Is there any way to preserve the featured content titles?

    Thank you

    #135753
    Mandala528
    Participant

    I also have another question:

    Can you please tell me how to remove the permalinks in the featured slider?

    Thank You

    #135766
    Skandha
    Participant

    @mandala528: Replace .page .entry-title in the previous CSS I provided you with .page h1.entry-title.

    Please post in your site URL so that I can look in to the issue.
    Regards,
    Skandha

    #135806
    Mandala528
    Participant

    Hi Skandha,

    The replacement code did not work to get the featured image titles to display…

    Here is my site: http://stoneagect.com

    Also, I would like to know how to remove the permalinks in the page header images.

    Many thanks

    #135818
    tikaram
    Keymaster

    @mandala528: Please try adding the following additional css and remove the previous additional css. let me know if this resolve your issue.

    .site-content .entry-title {
    	display: none;
    }
    #main-slider .slider-image{
    	pointer-events: none;
    }
    .site-content .featured-image {
    	pointer-events: none;
    }

    Regards,
    Tikaram

    #137368
    Mandala528
    Participant

    Hi Tikaram,

    Thank you sooo much! You just answered all of my questions. Very much appreciated!

    I have one last question- should be an easy fix. Now that I have my featured image titles back, how do I change the size of the titles font?

    If you take a look at the site (http://stoneagect.com), you will see the titles are about 18 font. I think 14 would look much better. Thank you!

    Namaste

    #137379
    Skandha
    Participant

    @mandala528: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #featured-post .entry-title {
        font-size:18px;
    }

    You can change the size according to your requirement.
    Let me know if this works out.
    Regards,
    Skandha

    #137448
    Mandala528
    Participant

    Hey Skandha,

    YES, perfect! Thank you! I appreciate you guys getting back to me within 24 hours each time.

    Peace

    #139686
    ofrederick1
    Participant

    @tikaram that css code didnt work for me. Is there something else that I should do to remove the featured slider peramalinks?

    #139807
    tikaram
    Keymaster

    @ofrederick1 : Please post in your site URL and I will provide you the code to fix the issue.

    Regards,
    Tikaram

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Remove site page titles’ is closed to new replies.