Home page help

Discussion in 'Real Photography WordPress Theme' started by bridgie, Mar 11, 2015.

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

    bridgie Member

    Joined:
    Apr 13, 2012
    Messages:
    53
    Likes Received:
    0
    Hi guys

    I want to change the colour of the grey lines above and below the menu.
    Also, I want to change the text colour of the footer widget titles.

    http://www.iainjardineracing.co.uk

    Thanks
     
  2. sameerwalkar

    sameerwalkar Guest

    Hi,
    Use the below block of code to change the color :
    Go to the Appearance > Theme Options >styling option
    put code:
    Code:
    #menu {
    border-top: 1px solid #FAE82F;
    border-bottom: 1px solid #FAE82F;
    }
     
    .footer h4 {
    color: #D22020;
    }

    Hope it will solve your query
     
  3. bridgie

    bridgie Member

    Joined:
    Apr 13, 2012
    Messages:
    53
    Likes Received:
    0
    Thank you very much that worked.
    One more thing, how do i change the link colours? The links in the footer widgets.
     
  4. sameerwalkar

    sameerwalkar Guest

    Hello,

    Add the below given block of code:

    Code:
    .footer a {
    color: #DD2929;
    }
    Regards,
    Sameer
     
  5. bridgie

    bridgie Member

    Joined:
    Apr 13, 2012
    Messages:
    53
    Likes Received:
    0
    Thank you!
     
Thread Status:
Not open for further replies.

Share This Page