Reduced text size at lists

Discussion in 'Traffica WordPress Theme' started by vesity, Oct 16, 2014.

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

    vesity Member

    Joined:
    Oct 3, 2013
    Messages:
    241
    Likes Received:
    0
    When adding a list to a post, whether bullet or numeric, the text size is automatically reduced. How can I remove that setting or code so that text size of lists stays same as rest of text?
    My site" vesity.net
    Samples are attached.
    Thanks!
    list text sample 1.jpg
    list text sample 2.jpg
     
  2. Yogesh

    Yogesh Guest

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

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    li {
    font-size: 16px;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. vesity

    vesity Member

    Joined:
    Oct 3, 2013
    Messages:
    241
    Likes Received:
    0
    Perfect - thanks!
     
Thread Status:
Not open for further replies.

Share This Page