Change colour option in "Style Options"

Discussion in 'ColorWay WordPress Theme' started by sjmg, Nov 19, 2012.

  1. sjmg

    sjmg New Member

    Joined:
    Nov 19, 2012
    Messages:
    4
    Likes Received:
    0
    Good morning! I've just purchased the pro version of Colorway, and using the color dropdown box (in Theme Options) to change the overall color of the theme doesn't seem to work. Am I missing a setting somewhere?

    I've seen in the forum here some suggestions for changing the colour of the menu tabs/footer bar, which works fine when I add that code to the custom CSS section, however it doesn't change the link colour.

    Any help would be appreciated!
     
  2. leigh

    leigh New Member

    Joined:
    Nov 16, 2012
    Messages:
    1
    Likes Received:
    0
    I am also experiencing this problem and just purchased the Pro option. I have searched the old message board and tried a few things that didn't work.
     
  3. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Download theme again from your members area and upload it, This will solve your issue.
     
  4. webeternity

    webeternity New Member

    Joined:
    Nov 19, 2012
    Messages:
    1
    Likes Received:
    0
    its still not working
     
  5. evansroofing

    evansroofing New Member

    Joined:
    Nov 16, 2012
    Messages:
    3
    Likes Received:
    0
    Same here. Re-downloading and uploading the theme still exhibits the same behavior.
     
  6. sjmg

    sjmg New Member

    Joined:
    Nov 19, 2012
    Messages:
    4
    Likes Received:
    0
    If uninstalling and re uploading isn't working for evansroofing or webeternity, I'm not really keen to try it, lose all of the customization I've already done and still be stuck with the same problem.

    I purchased the pro version for the sole purpose of being able to change the main colour of the theme (the other customizations I could manage with the lite version). So, I would appreciate it if there was some feedback as to what might be the problem and some indication that uploading the same .zip file again is actually going to correct it.

    Thanks,
    ~Sarah
     
  7. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Support mail sent.
     
  8. sjmg

    sjmg New Member

    Joined:
    Nov 19, 2012
    Messages:
    4
    Likes Received:
    0
    Hi Nitesh - thanks for emailing the .zip file, however it was missing the style.css stylesheet so it wouldn't upload. Please resend the complete set.

    Thank you.
     
  9. sjmg

    sjmg New Member

    Joined:
    Nov 19, 2012
    Messages:
    4
    Likes Received:
    0
    Thanks, I finally got it to work tonight!

    ~S
     
  10. pirategirlpr

    pirategirlpr New Member

    Joined:
    Jan 1, 2012
    Messages:
    1
    Likes Received:
    0
    How can I change the green footer at the bottom to black or gray? Thank you.
     
  11. Nitesh

    Nitesh Support Staff

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



    Code:
    .footer-container {
    background: your font type;
    }
     
    .footer-navi {
    background: your font type;
    }
     
  12. healthyisland

    healthyisland New Member

    Joined:
    Jan 21, 2013
    Messages:
    2
    Likes Received:
    0
    How can I change the menu bar to gray, as it is not a style theme color option? Thank you
     
  13. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Paste the following code in your custom css

    Appearance -> theme options -> styling options -> custom css
    Code:
    #menu .ddsmoothmenu {
    background: gray;
    }
    This will solve your issue.

    Thanks.
     

Share This Page