Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1126091
    mallorcanetworks
    Participant

    Hello!

    I want to add images on the acordion tittle, but when i add it like this acordion disapears, do you know if its posible to do this?

    Acordions are in http://www.islacatavinos.com/vinos/

    Thanks a lot!

    #1126154
    Joao
    Moderator

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    #1128542
    mallorcanetworks
    Participant
    This reply has been marked as private.
    #1128722
    Joao
    Moderator

    Hi There,

    Your image did not upload, it needs to be up to 500kb.

    Also I tried to login to your page with the credentials above given.

    Can you confirm if they are correct?

    Thanks

    Joao

    #1131676
    mallorcanetworks
    Participant
    This reply has been marked as private.
    #1131755
    Christian
    Moderator

    Hey there,

    You can add a class to your Accordion Item (see attachment). Then, add the code below in your Cornerstone’s Custom CSS

    .my-class .x-accordion-toggle {
        background: url(IMAGE_URL) no-repeat;
        background-size: 50px;
        background-position: 35px 3px;
    }
    
    .my-class .x-accordion-toggle:before {
        margin-right: 70px
    }

    Adjust the values as per your needs.

    #1133600
    mallorcanetworks
    Participant

    Hi!

    I founded in your forum a different way to do it, that wortks better for what i want to do,

    .my-background-1 x-headding a{

    width: 100%;
    background: url(http://domain.com/image-100×100.jpg);
    text-indent: -999999px; /* hide text */
    overflow:hidden;

    }

    Thanks a lott!

    #1133864
    Rupok
    Member

    You are welcome!

    Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.

    Thanks for using X.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1126091 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>