Some changes

Discussion in 'Blackriders WordPress Theme' started by maggiemae, Mar 2, 2015.

  1. maggiemae

    maggiemae Member

    Joined:
    Dec 15, 2014
    Messages:
    139
    Likes Received:
    0
    Is it possible to change the font style (lettertype: Century Gothic) on the primary widget area, marked in red?

    I also marked the menu color blue because I would like to change that color.

    Thank you.
     

    Attached Files:

  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi maggie!

    Please use the css code given below.
    Code:
    .sidebar ul li {
    font-family: Century Gothic !important;
    }
    #menu li.current-menu-item a {
    color: red !important;
    }
    Thanks,
    Praveen
     

Share This Page