I'd like to change the color of the description area of the sliders from dark grey to opaque-translucent white - if this isn't possible, to just remove the description area completely. How can I do this? How do I create a drop down links, so when the user clicks on a question, it opens up the text pertinent to this question.
Hello, 1.For your first issue It is not possible to change its color because it is an image not a color If you want to change its color then, Go to images directory present in your theme directory and replace your image with present tab images or edit it. The name of image is 1."tbg.png" 2."slider-sepnew.png" 3."slidertextbgnew.png" Note:- Use same name for your edited image and remove the current image. 2.For your second issue Go to APPEARANCE / MENUS Create a custom menu and only add the pages that you want to show in the navigation bar.
Changing the images above worked for desktop width but the"Slider Heading Background" color stays grey on the mobile width. Any idea how I can change the mobile color also?
How would I remove the grey description boxes on the right of the sliders completely? Are there any options to change the transitions of the images?
Hello, Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: #featured ul.ui-tabs-nav { display: none; } This will remove the grey description boxes from the slider.