Hi there, I am completely a beginner in this.. so I would really appreciate help in the exact steps I have to do to change the skin on my website. I would like it to be red, rather than green. I am using the Pro version of Colorway. Thank you!
Go to Appearance > Theme Option > Styling Option > Theme Stylesheet and select your color scheme from there.
Hello, I want also a red skin. I know this way Appearance > Theme Option > Styling Option > Theme Stylesheet. But that red color is not my choice. I want the same color as my logo http://www.veningacommunicatie.nl
Paste the following code in your custom css Appearance -> Theme Options -> Styling Options -> Custom CSS Code: #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 { background: #f60005; } #menu .ddsmoothmenu li li { background: #f60005; } .slide .slide-content.entry { border-right-color: #f60005; } .container_24.footer-navi { background: #f60005; } This will solve your issue.
I would like to change the colour too, but the above fix does not change the colour of the sub pages. Also, is it possible to change the green of the theme colour to match my logo?
Paste the following code also in your custom css Appearance -> Theme Options -> Styling Options -> Custom CSS Code: .footer-container { background: red; } a { color: #f60005; } .footer-container h4 { color: black; background: none; border-bottom: 2px dashed; } This will solve your issue