Two problems: Font size and Link colour

Discussion in 'ColorWay WordPress Theme' started by salliealain, Jun 18, 2015.

  1. salliealain

    salliealain New Member

    Joined:
    Mar 11, 2013
    Messages:
    26
    Likes Received:
    0
    Sometime ago I had asked to change the font colour of the entire site to brown - that worked great. However, now it always shows my links in default brown. I'd like all links to be: Red colour and underlined.

    Also, I would like the default size for all my pages and POSTS to be x16. How can I do this? Thank you!
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    Sorry for the delayed reply...

    1> To change color of all the links to red, paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    a {
    color : red !important;
    }
    As far as your second query is concerned, could you please provide us some edited screenshot indicating the exact size of posts/pages that want.
    Also provide us URL of your website.

    Thanks,
    Praveen
     
  3. salliealain

    salliealain New Member

    Joined:
    Mar 11, 2013
    Messages:
    26
    Likes Received:
    0
    Hi and thanks for your help. my website is venussophia.co
     
  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    Thanks for the URL.

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .container_24 a {
      color: red !important;
      text-decoration: underline !important;
    }

    Thanks,
    Praveen
     

Share This Page