Joanne 0 Posted December 30, 2018 Share Posted December 30, 2018 Hi, everyone! I have couple of questions and I hope that I can find solutions here Feel free to answer any question that you know the answer for. Question #1 How do I change the button colors to a gradient? Question #2 How do I change the header area height and also, how do I drop a shadow below it? I want to create something similar to this forum's theme here. Question #3 How do I change fonts using google fonts? Question #4 How do I change the section title background to an image? Link to comment Share on other sites More sharing options...
Sneeze123 1 Posted December 30, 2018 Share Posted December 30, 2018 (edited) the best way i'd do it is to open inspect element on google chrome and get the class method, First I play around with until I get the best outcome. You should then be able to look for the class and change the method in the theme in your admincp. Edited December 30, 2018 by Sneeze123 Link to comment Share on other sites More sharing options...
Cookie Monster 673 Posted December 30, 2018 Share Posted December 30, 2018 Quote Question #1 How do I change the button colors to a gradient? You can generate it here https://mycolor.space/ Though learn to use basic HTML and CSS before attempting to do it. As those are the basics and very much needed to do anything of all your questions. Quote Question #2 How do I change the header area height and also, how do I drop a shadow below it? I want to create something similar to this forum's theme here. Learn to use basic HTML and CSS also as @Sneeze123 said it can be easier to use Chrome Dev tools to tweak and play with it so you know what CSS to apply and to what element Quote Question #3 How do I change fonts using google fonts? Learn Basic HTML and CSS and use Google Fonts and it would tell you what link to import or include in the header, Quote Question #4 How do I change the section title background to an image? Last time learn basic HTML and CSS and you can easily use Chrome Dev tools to find out what element to apply the background image too. Liked what i posted remember to feed me a cookie ->Or you can add a cookie to my Link to comment Share on other sites More sharing options...
Joanne 0 Posted December 30, 2018 Author Share Posted December 30, 2018 (edited) I know basic HTML and CSS, I need answers. Edited December 30, 2018 by Joanne Link to comment Share on other sites More sharing options...
Sneeze123 1 Posted March 29, 2019 Share Posted March 29, 2019 On 12/30/2018 at 9:21 AM, Joanne said: I know basic HTML and CSS, I need answers. Best thing to do is open inspect element i still believe so, its a really good method for people who are learning. ( me for example) Link to comment Share on other sites More sharing options...
Recommended Posts