Please check out screen capture to see the 3 issues I’m needing CSS help on.
1) Top Navigation – Background Color – what CSS could make this a color
2) Top Navigation Font Color – how can I change the color of this font?
3) Full Width Easy Slider – hair line rule – how can I remove this – it’s only on right side
See site here: ng-sandbox.com/keystone
See screen capture link below
https://app.box.com/s/qlug8sai28l54eushnst
Thanks
Hi Paul!
Please add following code to Quick CSS and adjust as needed
1-
#header_meta { background-color: red; }
2-
.header_color .sub_menu>ul>li>a { color: red; }
.phone-info span { color: blue; }
3-
.avia-slideshow { width: 101%; }
Regards,
Yigit
Hmmm
this is what I put in for a quick view on changes – but the top nav background did not change:
-#header_meta { background-color: red; }
-.header_color .sub_menu>ul>li>a { color: black; }
.phone-info span { color: black; }
.avia-slideshow { width: 101%; }
See at ng-sandbox.com/keystone
What did I do wrong?
ALSO _ the font color for the top nav link – what would the CSS be for that?
Thanks as always Yigit!
`I messed up on the nav background – I included a DOT before the # sign.
What would that right side link font color be for CSS changes?
Hey!
Please fix this typos:
Cheers!
Josue
Thanks – I appreciate your help on this.
You guys are the best!