• I want to change all colors through the styling options. I tested each section of code indidividually, but when I tried putting it all together something went wrong. Only the links have changed color.

    Can anyone help me with this? I’m terrible at coding.

    Here are the individual pieces of code I collected:

    LINKS
    
    a {
    	text-decoration:none;
    	color:#1B8EE0;
    }
    
    a:hover {
    	color:#1B8EE0;
    }
    
    .footer-navi .navigation ul li {
    background: none;
    }
    
    MENU
    
    #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:#fff;
    
    	background: top repeat-x #1B8EE0;
    
    #menu .ddsmoothmenu li li {
    
    	background: #1B8EE0;
    }
    
    #menu .ddsmoothmenu li li a.selected, #menu .ddsmoothmenu li li a:hover {
    
    	color: #FFFFFF;
    
    	background:#1B8EE0;
    }
    
    STREEPJE
    
    .slide .slide-content.entry {
    
    	border-right:8px solid #1B8EE0;
    }
    
    QUOTE
    
    blockquote {
    background: url(your image path) no-repeat;
    }
    
    FOOTER
    
    .footer-container{
    background-color: #52B7FF;
    background-image: nHome Page Settingsone;
    }
    .footer-navi{
    background-color: #1B8EE0;
    }
    
    .footer-navi .navigation ul li {
    background: none;
    
    }

    Thanks in advance!

    https://www.ads-software.com/extend/themes/colorway/

  • The topic ‘[Theme: ColorWay] Need help with putting css in Colorway’ is closed to new replies.