Font control in "Catégories" widget

Discussion in 'BlogSpring WordPress Theme.' started by jeanlouis, Dec 25, 2014.

  1. jeanlouis

    jeanlouis New Member

    Joined:
    Mar 10, 2014
    Messages:
    10
    Likes Received:
    0
    Hi,

    1st at all, Merry Christmas !

    Now, I would like to know how to modify the
    font size in the "Catégories" widget, I would
    like to have the same size that in the other
    widgets ; you can see my blog here :


    An other question : I have set favicon and logo,
    logo is OK, favicon is remaining from the
    previous theme... What can I do ?

    Thanks in advance for your reply,

    Jean-Louis
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    1. Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .sidebar ul li a {
    font-size: 14px;
    }
    You can increase/decrease font size in above code according to your need.

    2. Sometime it's happen that previous favicon displays don't worry just clear your browser cache it will show your current favicon.

    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page