Poloray Responsive - Change Menu and link colours

Discussion in 'Poloray WordPress Theme' started by bcwebsolutions, Jan 15, 2013.

  1. bcwebsolutions

    bcwebsolutions New Member

    Joined:
    Mar 28, 2012
    Messages:
    20
    Likes Received:
    0
    i want to change the menu colours to custom as well as the links in the pages
     
  2. Harmeet

    Harmeet Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    360
    Likes Received:
    15
    Put the following code in your custom css

    Appearance -> theme options -> styling options -> custom css

    Code:
    #menu .ddsmoothmenu li a {
    color: red;
    }
    #menu li.current-menu-item a, #menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected, #menu li a:hover, #menu li.current_page_item a {
    color: red;
    }
    Change the color according to your requirement.

    This will solve your problem.

    Thanks.
     
  3. bcwebsolutions

    bcwebsolutions New Member

    Joined:
    Mar 28, 2012
    Messages:
    20
    Likes Received:
    0
    Thank you Harmeet but when i put in a colour number from photoshop it doesn't use that colour... I want to also control the link colour in the content, is that possible, is the above script the way to change it on ALL THEMES?
     
  4. Harmeet

    Harmeet Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    360
    Likes Received:
    15
    Hello,

    Every theme has different code to change the color, However can you please send the screenshot where you want to change the color on the home page, because there are too many links on the page. So it would be easier to give the exact code to change the link colors.
     
  5. bcwebsolutions

    bcwebsolutions New Member

    Joined:
    Mar 28, 2012
    Messages:
    20
    Likes Received:
    0
  6. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    For links
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .fullwidth a {
    color: #a99b7e;
    }
    Code for
    Blue color is #143256;
    golden color is #a99b7e
     

Share This Page