Hello! I need to change the background slider color to a translucent color as the original theme of the model (bussiness grow one page). Can you help me? Thank you. Cleiton
Hello, Cleiton! I am afraid to say that, I was unable to locate the area in the theme... It would be better for us to understand your query with the help of edited screenshot. In case you are unable to create a screenshot, you can follow the link http://www.screenpresso.com/ which will help you to create screenshot easily. Thanks, Praveen
Hello Praveen! See attached file to the screen. I'm using the CSS code below to change the theme color, but the color is translucent as the original color theme: input.btnSubmit{ background:gold; } .homepage_nav_title{ background:gold; } input, textarea { border: 2px solid gold; } .gallery_tabs a{ background:gold; } .slider_text_container a { background: gold; } .rect_box { background: gold; } .ch-item { border:gold; } a.read-more{ color:gold; } Thanks. Cleiton
Hello, Cleiton! I have got your concern, Thanks for the screenshot. Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .slider_text_container a { background: rgba(228, 205, 21, 0.5) !important; } Hope it will resolve your issue. Thanks, Praveen
Hello, Cleiton! Hope you are enjoying InkTheme services. Do let me know if you need any help. Thanks, Praveen