Footer Font Colour

Discussion in 'Cloriato WordPress Theme' started by gabriellastrano, May 7, 2013.

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

    gabriellastrano Member

    Joined:
    May 6, 2013
    Messages:
    95
    Likes Received:
    1
    I have used the code to make the footer the right colour, but is it possible to get the vertical lines on the footer white or the same green colour as the footer.​
    Also, on the third widget on the footer, if I click "automatically add paragraphs" it turns the font in that footer widget grey. But if I de-select it, the font turns white again.​
    Please can you tell me how to make it white all the time, even with the paragraphs ticked?​
    footer eg.jpg
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    1.For your first issue

    It is not possible to change the color of vertical line because it is an image not a color, If you want to change it color then,Go to images directory present in your theme directory and replace your image with present vertical line image or edit it.

    The name of image is "footer-line-black.png"

    Note:- Use same name for your edited image and remove the current image.

    2.For your second issue
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .footer-content p, .footer-content pre{
    color:white;
    }
    This will solve your issue.
     
  3. gabriellastrano

    gabriellastrano Member

    Joined:
    May 6, 2013
    Messages:
    95
    Likes Received:
    1
    Thank you, I have resolved the second issue with your code.
     
Thread Status:
Not open for further replies.

Share This Page