Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1437715

    Hi, I have a site where we are trying to change the font size for the menu and text in the footer. I’ve tried the advanced styling tab and changed <p> to 18pt. I’ve changed the widget links to 18pt. I’ve disabled the file compression settings and deleted the cache and it still does not change. Any other ideas?

    #1437735

    Hey jmjwebsites,

    Thank you for the inquiry.

    Are you referring to the links within the socket container? If that’s the case, you can use this css rule to adjust the style of the menu items.

    #socket .sub_menu_socket li {
        float: left;
        display: block;
        padding: 0 10px;
        border-left-style: solid;
        border-left-width: 1px;
        line-height: 10px;
        font-size: 18px;
    }

    For the copyright text, please add this code:

    #socket .copyright {
        float: left;
        font-size: 18px;
    }
    

    Best regards,
    Ismael

    #1438025

    That worked, thank you

    #1438058

    Hi,

    Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

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