Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi larry
    You’ll need to update your CSS. Add something like:

    h4.widget-title {
    color: red;
    }

    Let me know if you haven’t resolve the issue – I’ll be glad to help!

    Sharon

    Thread Starter larrypoolespeaks

    (@larrypoolespeaks)

    Should I do this in the “CSS Stylesheet Editor” or the “Edit Themes” section?

    I tried this in the “CSS Stylesheet Editor” and it didn’t fix my problem.

    Thanks.

    Does your theme have a custom CSS option? That’s where you should put the changes – don’t change theme files or your changes will be lost when the theme is updated.

    Just looked up your theme – looks like there’s support from the developers here:

    https://support.8bit.io/home

    That’s the best place as commercial themes aren’t supported on these forums – partly because we don’t have access to them.

    Thread Starter larrypoolespeaks

    (@larrypoolespeaks)

    I’m using Standard Theme and the “CSS Stylesheet Editor” appears to be where I can customize my CSS.

    I’m still having trouble updating my Sidebar Widget colors though.

    Any help is appreciated.

    Thread Starter larrypoolespeaks

    (@larrypoolespeaks)

    Thanks so much. I’ll look there.

    worked for me, under the sidebar in the child retina them i put this line and i change like this
    .widget-title {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2.6em;
    font-family: “Adobe Fan Heiti Std B”;
    }

    i still didn’t figher how to change the font size its not working with that formola. hope some one can help with that

    ok this is working know (for me) ??
    .widget .widget-title {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 22px;
    margin-bottom: 10px;
    font-family: “Adobe Fan Heiti Std B”;
    }

    but still got a problem when i change the color
    color: #666666;
    somehow only the bottoms one changing.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Standard Theme – How to Change Side Bar Widget Font Color’ is closed to new replies.