Tagged: accordion slider, black, remove
-
AuthorPosts
-
September 25, 2015 at 11:54 am #508922
Hello,
I want to remove the black background transparent from Accordion Slider. And the text Click me want to be on the right.
Here is the printscreen of my problem: http://imgur.com/BipXf4kSeptember 25, 2015 at 12:05 pm #508930Hey Costi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .aviaccordion-preview-title-wrap { background: transparent; } .aviaccordion-active-slide .aviaccordion-preview { width: 100% !important; }
Regards,
YigitSeptember 25, 2015 at 12:14 pm #508937Wau very quick, thnks!
And the text” Click me” want to be on the right of image, now is in the left.(please view the printscreen http://imgur.com/BipXf4kSeptember 25, 2015 at 12:19 pm #508941September 25, 2015 at 12:22 pm #508943Yes, is in the private content.
September 25, 2015 at 12:29 pm #508947Salud!
“Acest site este in constructie”. Do you mind posting a temporary login here privately as well? :)
Best regards,
YigitSeptember 25, 2015 at 12:33 pm #508950Sorry :))
September 26, 2015 at 10:21 am #509434Yigit, where are you? :)
September 28, 2015 at 9:20 am #509875PLease help me with background for text over image, like button. Here is the image: http://imgur.com/ed3jsL4
Thanks!September 28, 2015 at 10:58 am #509921Hi!
Please add following code to Quick CSS
h3.aviaccordion-title { background-color: orange; padding: 5px; }
Best regards,
YigitSeptember 28, 2015 at 11:11 am #509929It s ok now. Last thing: the button new create it s too long. I want to be short like regular button, thanks!
Print screen here: http://imgur.com/Zrpuha2September 28, 2015 at 11:24 am #509939Hi!
I have added following code to Functions.php file in Appearance > Editor
function add_custom_title(){ ?> <script> jQuery(window).load(function(){ jQuery( "h3.aviaccordion-title" ).wrapInner( "<span class='avia-accordion-text'></span>" ); }); </script> <?php } add_action('wp_footer', 'add_custom_title');
then changed the code in Quick CSS to following
.avia-accordion-text { background-color: orange; padding: 5px; }
Please review your website now
Cheers!
YigitSeptember 28, 2015 at 11:28 am #509944It s perfect now, thanks :)
September 28, 2015 at 11:34 am #509948Hi!
You are welcome, we are always happy to help!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Best regards,
Yigit -
AuthorPosts
- The topic ‘Remove black background from Accordion Slider’ is closed to new replies.