Homepage › Forums › Free Support Forum › BoldR Lite › BoldR Lite Support › Changing Colors
- This topic has 3 replies, 2 voices, and was last updated 5 years, 11 months ago by
iceable.
-
AuthorPosts
-
February 17, 2017 at 11:44 pm #19589
Hey Iceable! I am looking to change the color of everything that is light blue on the BoldR Lite theme, to red. Could you help me out?
February 20, 2017 at 8:20 am #19599iceableFebruary 20, 2017 at 8:20 amReply to: Changing Colorsiceable
KeymasterSupportHappy with my help?
Buy me a beer!Hello,
If you know a little bit of CSS, you should be able to do this pretty easily by adding code to Appearance > Customize > Additional CSS.
There are quite a few elements that are using this color by default, you should be able to locate them all using the inspector, or by searching for the color code (#25CEFF) in the stylesheet found in the theme’s folder in /boldr/css/boldr-lite.dev.css.
Without CSS knowledge, there might be some plugin that can allow you to make such changes with some kind of point and click system. However there isn’t a specific one I can recommend.
Last option is of course to consider using the pro version, it comes with a whole lot of additional settings and advanced features; one of the basic setting of course allows to change every color with a click using a simple color picker.
February 20, 2017 at 10:52 pm #19605Hey Iceable! I tried looking for the complete stylesheet to exchange out the colors, but cannot find it. I tried Appearance > Editor > Stylesheet – but the stylesheet isn’t complete.
Could you help me out?
February 21, 2017 at 8:43 am #19606iceableFebruary 21, 2017 at 8:43 amReply to: Changing Colorsiceable
KeymasterSupportHappy with my help?
Buy me a beer!You cannot access it through the admin panel, but you will find them if you access the folder via FTP.
Styleesheets are located un the /css/ subfolder of the theme. The theme uses boldr-lite.min.css, which is minified (not very readable), but the original stylesheet (boldr-lite-dev.css) is also included in this folder for reference.
I don’t suggest you edit any of these directly though, since every file in the theme will be overwritten during every update. Instead, you may either:
– Pick CSS snippets and add them with your custom values in Customize > Additional CSS
– Or create a child theme to hold your own modified stylesheet -
AuthorPosts
- The topic ‘Changing Colors’ is closed to new replies.