Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #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/BipXf4k

    #508930

    Hey 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,
    Yigit

    #508937

    Wau 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/BipXf4k

    #508941

    Hi!

    Can you please post the link to your page?

    Best regards,
    Yigit

    #508943

    Yes, is in the private content.

    #508947

    Salud!

    “Acest site este in constructie”. Do you mind posting a temporary login here privately as well? :)

    Best regards,
    Yigit

    #508950

    Sorry :))

    #509434

    Yigit, where are you? :)

    #509875

    PLease help me with background for text over image, like button. Here is the image: http://imgur.com/ed3jsL4
    Thanks!

    #509921

    Hi!

    Please add following code to Quick CSS

    h3.aviaccordion-title {
        background-color: orange;
        padding: 5px;
    }

    Best regards,
    Yigit

    #509929

    It 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/Zrpuha2

    #509939

    Hi!

    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!
    Yigit

    #509944

    It s perfect now, thanks :)

    #509948

    Hi!

    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

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Remove black background from Accordion Slider’ is closed to new replies.