alpineluxcapital Posted April 14, 2020 Share Posted April 14, 2020 Site URL: http://www.alpineluxcapital.com Hey everyone, Looking for some guidance on altering font colors. My company logo has the title in it: "Alpine Lux | Capital". Alpine Lux | is one color and Capital is another color. How can I change this on the site header? Link to comment
tuanphan Posted April 14, 2020 Share Posted April 14, 2020 What is access password? There was a forum post about this, but I don't really remember it. Also you need a Business Plan to solve this. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
alpineluxcapital Posted April 14, 2020 Author Share Posted April 14, 2020 I changed it to public view so you can see 🙂 Link to comment
JOHNMD Posted April 14, 2020 Share Posted April 14, 2020 @alpineluxcapital One option is to split your title: So, You input the first words of the title 'ALPINE LUX' through the SQS interface and then you add the following code in the CSS. a#site-title:after{content: " | CAPITAL"; color: red;} or vice versa (one before and one after) a#site-title:before{content: "ALPINE LUX"; color: red;} Note the gaps between the wording and pipe are important between the "" in the code. Change your color accordingly. Hopefully, this works. mcgouran.john@gmail.com Link to comment
tuanphan Posted April 15, 2020 Share Posted April 15, 2020 12 hours ago, alpineluxcapital said: I changed it to public view so you can see 🙂 You can use above code, by JOHNMD. If you don't know how to, just add a word in title, then share url again. I can take a look Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
alpineluxcapital Posted April 23, 2020 Author Share Posted April 23, 2020 Thanks everyone! Huge help Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.