I am having some issues adjusting my front page of my website. 1. I want to change the color of the Home Top Feature heading & description box to BLACK 2. I wanted to add some space between the Feature Image and the Feature Heading 3. I want to change the text (Feature Heading & Feature Description) in the Feature area to BLACK 4. I want to change the color of the buttons ("Catalogs") on the feature area to BLACK 5. I want to remove the black bar at the bottom of my page Here is my website: www.issl.bm Thank you
Hello, 1. Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: .flex-caption { background: black; } In place of "black" you can put your color or color code. 2. Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: .feature-content-inner .circle { margin-bottom: 20px; } You can adjust the value of "margin-bottom" as per your requirement. 3. Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: .feature-content-inner h2 a { color: black; } .feature-content-inner p { color: black; } In place of "black" you can put your color or color code. 4. Could you please specify the button with the help of screenshot images of which you want to change the color.