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!
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.
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
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.
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; }
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.