how do i move the sub heading text below the slider? How can i change the color to white behind my logo area at the top of home page?
Hello, 1. Go to the front-page.php file present in your theme diretory and edit the code as shown in the image given below. 2. Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: .header-container { background-color: white; } In place of "white" you can put your color or color code. This will solve your issue.