Shop Categories

X

Need to hide page/post name at top left corner

Home Forums Agama Pro Need to hide page/post name at top left corner

Topic Resolution: Resolved
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #3584
    Trish
    Participant

    I can’t seem to find a way to hide the page/post name at the top left corner.

    I don’t want to hide it on category archive pages.

    And I want to increase the size of the search results title. It’s way too small now. I’d like it to be the size of the category titles in the sidebar.

    Any and all help is appreciated.

    Thanks ~ Trish:-)

    #3594
    Jerry
    Keymaster

    Hello Trish,

    Hide page/post name in breadcrumb area ?

    You can increase search page results title via next feature:
    Appearance -> Customize -> General -> Additional CSS

    Add next CSS code there:

    body.search-results h1.entry-title a { 
       font-size: 18px; 
    }

    Change 18px to your desired size.

    Regards

    #3600
    Trish
    Participant

    Yes, I want to hide page/post name in breadcrumb area. The title shows up at the top of the page/post so it’s a duplication to have the title on the breadcrumb bar as well.

    I added your provided text to the Additional CSS area changing the size of the font to 24, then 36 but didn’t see any change on either attempt.

    Thanks Jerry. Any other suggestions?

    ~Trish:-)

    #3614
    Jerry
    Keymaster

    Hello Trish,

    Please post direct url to the page so i can inspect and give you proper CSS code.

    For hiding a breadcrumb title for certain posts it can be done also via Additional CSS but you must point me for what posts you want to hide titles.

    Regards

    #3618
    Trish
    Participant

    I turned off the breadcrumbs globally and the bar it was in with the page/post titles disappeared as well. That issue is now resolved.

    The other issue is how to increase the size of the font of the title for the search results page. For example, on the following page, I’d like to increase the size of the following text:

    SEARCH RESULTS FOR: BARRIERS

    http://2017new.changingpaces.com/?s=barriers

    I’d also like to increase the title of the widget in the side bar:

    ARTICLES OF INTEREST

    Anything you can suggest to help would be appreciated Jerry. Thanks.

    ~Trish:-)

    #3623
    Jerry
    Keymaster

    Hello Trish,

    Please add next CSS code to:

    Appearance -> Customize -> Global -> Additional CSS (agama pro v1.3.6).

    or

    Appearance -> Customize -> Additional CSS (agama pro v1.3.5 and lower).

    body.search-results h1.page-title {
       font-size: 18px;
    }
    #secondary .widget .widget-title {
       font-size: 18px;
    }

    Please let me know if this help you.

    Regards

    #3635
    Trish
    Participant

    That was perfect Jerry! Will open a new ticket for further issues. Thanks man, you ROCK!

    ~Trish:-)

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.