Widget Tittle

Discussion in 'GoldenEagle WordPress Theme' started by mightypizzaoven, Nov 14, 2012.

Thread Status:
Not open for further replies.
  1. mightypizzaoven

    mightypizzaoven Member

    Joined:
    Nov 4, 2012
    Messages:
    82
    Likes Received:
    0
    How do I change font size and color Widget Tittle located on the right column

    Thank You
     
  2. mightypizzaoven

    mightypizzaoven Member

    Joined:
    Nov 4, 2012
    Messages:
    82
    Likes Received:
    0
    --- I found my answer for color in the old forum, I still need font size

    .sidebar h3 a { color: red; } .widgettitle { color: red; }
     
  3. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .sidebar h3 a {
    font-size:20px;
    }
    .widgettitle {
    font-size:20px;
    }
     
  4. mightypizzaoven

    mightypizzaoven Member

    Joined:
    Nov 4, 2012
    Messages:
    82
    Likes Received:
    0
Thread Status:
Not open for further replies.

Share This Page