Font Changes

Discussion in 'ColorWay WordPress Theme' started by salliealain, Dec 12, 2014.

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

    salliealain New Member

    Joined:
    Mar 11, 2013
    Messages:
    26
    Likes Received:
    0
    Hi

    I'm having issues with font through out the website - front page and all pages.

    1) I can never get it to be consistent throughout the website, that is headers always the same, text always the same... it changes on me while typing up new pages in wordpress and it looks very unprofessional.

    2) How can I command to use the same custom font for text throughout the website. I'd like to use Adobe Calson Pro. I'd also like to be able to style headers to my taste in pages...

    3) Can I change all the colour of font from black to a specific brown and gold?

    Here is the website:
    http://www.venussophia.com/

    Thank you!
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    body,a, p, h1, h2, h3, h4, h5, h6, div, span, ul, li {
    color: gold !important;
    }
    You can change these text and headings in your required color.

    For font please follow below link.
    http://www.inkthemes.com/community/threads/new-font-throughout-whole-site.13734/

    Thanks & Regards
    Pramod
     
  3. salliealain

    salliealain New Member

    Joined:
    Mar 11, 2013
    Messages:
    26
    Likes Received:
    0
    Hi it did not work... :-(
     
  4. salliealain

    salliealain New Member

    Joined:
    Mar 11, 2013
    Messages:
    26
    Likes Received:
    0
    Sorry am not used to the styling system, never done it before. So am not sure the exact steps, but when I pasted what you wrote I got a very bright yellow. I need the font in this colour:

    #6b4f41

    And the headers in this colour:

    #cd2326

    Any ideas? Thank you so much
     
  5. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .container_24 a,.container_24 p,.container_24 div,.container_24 li,.container_24 span, p, div
    {
    color:#6b4f41 !important;
    }
     
    .container_24 h1,.container_24 h2,.container_24 h3,.container_24 h4,.container_24 h5,.container_24 h6
    {
    color:#cd2326 !important;
    }

    Thanks & Regards
    Pramod
     
  6. salliealain

    salliealain New Member

    Joined:
    Mar 11, 2013
    Messages:
    26
    Likes Received:
    0
    Thank you so much, that worked perfectly.

    Now I would like to change the colour of the font in the footer area to white. How can I do this?
     
  7. 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:
    .common.second .textwidget p, .common.third .textwidget p, .common.right .textwidget p {
    color: #FFFFFF !important;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  8. salliealain

    salliealain New Member

    Joined:
    Mar 11, 2013
    Messages:
    26
    Likes Received:
    0
    Superb! You guys rock!
     
Thread Status:
Not open for further replies.

Share This Page