Nyc10029 Posted June 13, 2016 Posted June 13, 2016 I want to change the font color of the Site Title and Navigation in the Forte template. www.michelleeverett.com Anyone ever done that before? Thanks,Michelle
alxfyv Posted June 13, 2016 Posted June 13, 2016 In Design > Style Editor there should be controls allowing you to do that. Making style changes. Making style changes FAQ. I'm a retired attorney who was asked by a friend to build a website. In a prior lifetime, in a galaxy far, far away and long, long ago, I was a computer systems analyst / programmer. I'm a novice autodidact in CSS, JavaScript and HTML learning in part by example.. I've asked questions on this forum and been lucky enough to have others help me, so I'm inclined to answer any question I can. Pay it forward.
Nyc10029 Posted June 15, 2016 Author Posted June 15, 2016 Thanks alxfyv, generally yes you can change the font colors or size. But when it comes to the Site Title and Navigation they're auto-set. I was wondering if anyone has used code to change it? Thanks again!
alxfyv Posted June 16, 2016 Posted June 16, 2016 Try this in Design > Custom CSS: /* style the logo (site-title) text color */ #logo .logo-text a { color: #ff0000; } /* style the main nav text color */ #topNav .main-nav li a { color: #00ff00; } /* style the main nav sub nav drop-down text color */ #topNav .folder .folder-child-wrapper ul.folder-child li a { color: #f7eeee; /* this is template default */ } /* ** style main nav sub nav drop-down ** menu background color */ #topNav .folder .folder-child-wrapper ul.folder-child { background-color: #111111; /* this is template default */ } I think this will do what it says. If not, or if you want something for the mobile nav let me know. -Steve I'm a retired attorney who was asked by a friend to build a website. In a prior lifetime, in a galaxy far, far away and long, long ago, I was a computer systems analyst / programmer. I'm a novice autodidact in CSS, JavaScript and HTML learning in part by example.. I've asked questions on this forum and been lucky enough to have others help me, so I'm inclined to answer any question I can. Pay it forward.
alxfyv Posted June 16, 2016 Posted June 16, 2016 @Nyc10029: Sorry. I don't have the Forte template so I wasn't sure. I provided an answer that I hope will do what you want. If not, just let me know. I'm a retired attorney who was asked by a friend to build a website. In a prior lifetime, in a galaxy far, far away and long, long ago, I was a computer systems analyst / programmer. I'm a novice autodidact in CSS, JavaScript and HTML learning in part by example.. I've asked questions on this forum and been lucky enough to have others help me, so I'm inclined to answer any question I can. Pay it forward.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.