Home Forums Weaver Xtreme Theme site title size

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #72881
    FBailey
    Participant

    How to change the site title font-size?  Site title is on main menu to the left of the  page tabs.

    #72884
    scrambler
    Moderator

    Please provide a link to your site….

    #72885
    FBailey
    Participant

    lwrwc.org

     

    #72888
    User
    Participant

    Try adding into Customize > Custom CSS > Primary Menu Bar Custom CSS >

    .site-title-on-menu { font-size: 400%; }

    Regards!

    #72895
    FBailey
    Participant

    My Customize Panel has no tab:  Custom CSS>Primary Menu Bar Custom.

    I have: Custom CSS>Global Custom CSS and Custom CSS>Additional CSS.

    .site-title-on-menu { font-size: 400%; } did not work in any of these.

    #72896
    scrambler
    Moderator

    The CSS should go in the theme Global Custom CSS rule box.

    Right now I do not see your rule. If you removed it, please put it back and post back so we can see why it is not working.

    One possibility is that you have some bad CSS in that custom CSS Rule box that breaks the CSS file.

    So if you have other CSS in that box, please paste the content of that box here.

    #72897
    FBailey
    Participant

    I put the rule:  .site-title-on-menu { font-size: 400%; } in the Global Custom CSS box. No other rules.

    It did not work. I tried several sizes.

    Perhaps the selector in the rule is not correct.  How is one supposed to know what the CSS selector is?

    Something must be controlling the site title, it has a different style than the menu items.

    #72899
    scrambler
    Moderator

    You need to add !important to the rule to override the other one and 200% should be enough

    Make sure to have a space before it like below

    .site-title-on-menu {font-size: 200% !important;}

    If you want to learn how to find selectors, start by reading the article below

    Browser Developer Tools and Code Validation – Weaver Xtreme Guide (weavertheme.com)

     

     

    #72918
    FBailey
    Participant

    Adding !important worked. Thank you.

    I am also reading the info in the link.

    I read:  First Check thoroughly if there is a theme option for it.

    I found it strange that the site title did not have a theme option

    #72920
    scrambler
    Moderator

    The site title does have a font setting, but it affects the title in the header.

    There is no dedicated setting for the title on the menu bar as there it is mostly constrained by the menu bar height

     

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