• Resolved reyvuelve

    (@reyvuelve)


    is it possible to change the fonts under the category,archives[all the side bars]?? Its too light.. bold will also do

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi Reyvuelve,
    Try to see if you can find an option to change the font weight from the theme options panel (Appearance > Theme Options).

    If you can’t, it’s possible to change the font weight in the sidebars using CSS. For simple CSS modifications will be sufficient to install this awesome plugin:

    https://wordpress.org/plugins/simple-custom-css/

    You can add the custom styles in the plugin’s editor, so when your theme is updated you won’t lose any of your changes.

    The code should be

    .widget-area {
      font-weight: bold;
    }

    Try this.

    If it doesn’t work, then I’ll need to target the appropriate elements in the source code, which means that I’ll need a link to your web page to be able to help you.

    Alternatively, you could have a look at the Theme’s documentation page here http://colorlib.com/wp/support/sparkling/

    You can also find a link to the Colorlib’s support forum about customization here: http://colorlib.com/wp/forums/

    I hope it works. Don’t hesitate to post back if you need more help.

    Cheers,
    – Maria Antonietta.

    Thread Starter reyvuelve

    (@reyvuelve)

    Hello maria..doing it bold works…but it still lacks…if you can provide me font color code as like as you provided font-weight bold..pls

    Theme Author Silkalns

    (@silkalns)

    You can change widget font color in a similar manner.

    #secondary .widget a,
    #secondary .widget {
        color: #111;
    }

    Add this code to Theme Options – Other – Custom CSS and change color code to one you prefer.

    Thread Starter reyvuelve

    (@reyvuelve)

    Excellent support!Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘is it possible to change the fonts?’ is closed to new replies.