Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1232299
    John
    Participant

    Hey Gang,

    I’m having a some strange border issues around images on my X site:
    http://prntscr.com/czf2ti

    Here is the page if you want to see it in action:

    Music

    Naturally I would like the borders to only frame around the image and not be in a block treatment. Can you help me with the CSS to do this.

    And also I remember ready that you guys said that X’s cornerstone was begin released as a stand alone plugin that would work with other themes. I have a new client coming on board with me that’s been using Avada (Blasphemy!!!) but they were totally impressed with cornerstone when I showed it to them. Seeing as they have a rather complex site and rebuilding it with X would be a bit more then they need does cornerstone work with the Avada theme?

    #1232607
    Prasant Rai
    Moderator

    Hello John,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    .shop-links {
        border: 0 !important;
    }

    Thanks.

    #1234295
    John
    Participant

    So this is a good start but instead of removing the border all together I would like it to just fit to the edges images that comprise the shop links.

    Thanks for the extra help

    John

    #1234439
    Rad
    Moderator

    Hi there,

    Please change it to this,

    .shop-links {
            display: inline-block;
    }

    That should do it 🙂

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