Customizing the supreme theme

This topic contains 7 replies, has 2 voices, and was last updated by  Guust 6 years, 9 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #392001

    Qianyun Huang
    Expired Member
    Post count: 18

    I am using the supreme them and want a clean home page with just the search bar. I have removed all the widgets on the home page. But the popular categories still show up under the search bar. How can I remove the popular categories display there?

    2nd question is how do I change the font on the text I enter in the wp>page.

    For reference, please see below URL
    http://www.rateadaycare.com/
    The font I want to change is ‘search a school’. Thank you!

    #392007

    Guust
    Moderator
    Post count: 29970
    #392012

    Qianyun Huang
    Expired Member
    Post count: 18

    Thank you! I will try it out.

    #392013

    Qianyun Huang
    Expired Member
    Post count: 18

    I tried to code inspector and it did change the font on the page. I located the following code in style.css and I updated it by changing 60px to 20px. Then I click on update file. The number did update in style.css. But when I opened the page again. nothing happened. Did I do something wrong? Thank you!

    .sd .featured-area h1.entry-title {
    color: #fff;
    font-size: 60px;
    position: relative;
    z-index: 1111;
    padding: 0;
    margin: 0;
    }

    #392014

    Guust
    Moderator
    Post count: 29970

    Are you hosted by Bluehost?
    Make sure to delete your Bleuhost cache every time.

    Post your WP admin details if we need to have a look at your settings.

    #392017

    Qianyun Huang
    Expired Member
    Post count: 18

    oh you are right. it worked now. thank you!

    #392018

    Qianyun Huang
    Expired Member
    Post count: 18

    one more question, is there a way to change the advance search icon to text ‘advance search’? Thanks!

    #392021

    Guust
    Moderator
    Post count: 29970

    Try adding this CSS:

    
    
    .fa-cog:after {
    content: " Advanced Filter";
    }

    Thanks

Viewing 8 posts - 1 through 8 (of 8 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket