How do I change the Font Color and Button color on OnePage Slides? website: http://chapmanfruit.hobits.com/
Hello, Greetings from InkThemes! Please paste the code given below in Custom CSS section (Appearance -> Customize->Theme Setting->Custom Setting -> Custom CSS section) of your dashboard. Code: .slider_caption h2 { color: black; } .slider_caption p { color: blue; } .slider_caption .slider_button { background: black; } NOTE: Change color as per your requirement.. Hope it will resolve your issue Do let me know if you need more assistance, Thanks & Regards! Priyanka InkThemes.com
Perfect! That worked...but I thought I was going to be able to do RGB numbers, I can only do colors? yellow, red, black, etc.? Also, how can I change the size of the h2? and make the subheader bold? Thank you
Hello, Yes, you can use RGB numbers as well..like.. Code: .slider_caption h2 { color: rgb(0,0,0); } Here's the link of HTML Color Codes for you: http://www.rapidtables.com/web/color/html-color-codes.htm Hope it will resolve your issue Do let me know if you need more assistance, Thanks & Regards! Priyanka InkThemes.com
Hello! I have a similar question regarding the font sizes and actual fonts in sliders. Even though I try to make changes in the typography section, I'm not able to make the subheader text bigger or bold. Furthermore I can't find the menu path you mention above to enter the custom css in the theme customisation menus. Please advice! Thanks!
Hello, For your 1st issue, Please provide us 'URL' of your site along with some edited screenshot of the concerned area so that we can better assist you? Regarding the second issue, I am sorry, actually, that was my mistake..I just corrected the path above, please have a look. Thanks & Regards! Priyanka InkThemes.com