Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1002915

    How would I make the footer widget title bold?

    #1003004

    Hey accutherm,

    Please try the following in Quick CSS under Enfold->General Styling:

    #footer .widgettitle {
      font-weight:bold;
    }

    Best regards,
    Rikard

    #1003273

    HI @rikard That didn’t work. I have already tried that and also tried this but nothing.

    #footer .widgettitle { font-size: 12px; font-weight: 700 !important; }
    
    #1003417

    Hi,

    Did you add the code to the very top of quick css so it runs first? Also, be sure to to clear the cache a few times.

    Best regards,
    Jordan Shannon

    #1003788

    Yup, I tested it on a few other browsers as well. Neither code worked.

    #1003797

    Hi,

    Please provide admin info so we can log in and look into this further.

    Best regards,
    Jordan Shannon

    #1003805

    Here you go

    #1003870

    Hi,
    I took a look at your footer widget titles and adjusted your css to:

    #footer h3.widgettitle {
      font-weight:bold;
    }

    and it is now showing as font-weight 700, which is bold.
    I notice that your font, Raleway, doesn’t display the bold font-weight very well, so I added this rule:

    text-shadow: 1px 0 0 currentColor;

    To make it a little “bolder”
    Please clear your browser cache and check.

    Best regards,
    Mike

    #1004205

    Thanks!

    #1004264

    Hi,
    Glad we could help, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

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