• Resolved dzesikadevic

    (@dzesikadevic)


    I am having issues trying to adjust the size of the font on my sidebar menu.

    I’d like to make it bigger, bold and have a bit of a margin between each word.

    Looked everywhere for help and tried so many things but nothing has worked.

    I am working with autofocus and my website is https://devicfotos.ca

    Thank you!!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello dzesikadevic

    I can’t see any sidebar …

    Thread Starter dzesikadevic

    (@dzesikadevic)

    Sorry, should have specified. It’s not on the homepage, but when you click on a blog post:

    https://devicfotos.ca/amy-andrew-wedding

    Go to Appearance > Editor and find this line of code (use ctrl + F)

    .single .post .entry-meta, .single .attachment .entry-meta

    You’ll find some CSS code related to it like so :

    .single .post .entry-meta, .single .attachment .entry-meta {color:#888;width:200px;float:left;font-size:1em;line-height:1.4em;padding:5px 0 0;position:relative;z-index:11;}

    Change it to:

    .single .post .entry-meta, .single .attachment .entry-meta {color:#888;width:200px;float:left;font-size:28px;font-weight:bold;line-height:1.4em;padding:5px 0 0;position:relative;z-index:11;}

    Click Update File and and check your blog again

    Thread Starter dzesikadevic

    (@dzesikadevic)

    THANK YOU SO SO MUCH!

    You are so welcome … please turn the Thread to RESOLVED

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Changing font size on side bar menu’ is closed to new replies.