Hii admintax,
Go to Dashboard -> Appearance -> Customize -> Theme Options -> Theme General Options -> paste the below CSS in Custom CSS box and save –
.carousel {
height: 350px;
margin-bottom: 133px !important;
}
Now go to enigma theme directory -> open home-slideshow.php file and please add the below code at last line no. 60 –
<div class="col-md-12">
<div class="col-md-4">fghfhfhbfgbhfg</div>
<div class="col-md-4">fghbfghfghfh</div>
<div class="col-md-4">fghfghfghfghfgh</div>
</div>
In place of “fghfhfhbfgbhfg” you can add paragraph as per your requirement.
Please give us a screenshot of your 3rd issue and tell us clearly what you want.
Thanks.
Thanks for your help. Once I get few more issues resolved I will come back to the third issue.
Your Welcome,
Let us know for further query.
I am currently trying to change the background of the header. I try to do the following but it didnt work.
.header_section hd_cover{
background-color: white;
}
.col-md-6 col-sm-12 wl_rtl{
background-color: black;
}
In addition, I want to add a search button to the most right of the menu. Please help. i know how to make a general textbox and button in html, just not sure where to add it in this theme.
Thank you for your help in advance.
Reply not needed I figured it out.