Good day. My website www.sapy.com, please help me change the first header colour to red (in my website it reads " Quality • Flexibility • Service ? I can only change all of the headings, not just that one?
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .slider-wrapper-container h1 { color: red; } In place of "red" you can put your color or color code. This will solve your issue.
Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .slider-wrapper-container h2 { margin-bottom: 10px; } You can adjust the value of "margin-bottom" as per your requirement. This will solve your issue.