Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1080235
    browardbeardco
    Participant

    Hello Guys! I’m about 80% finished with my site’s design and need your help with a couple of things. I would like my slider to completely fill the bottom and top gaps, so that there’s no spacing. I believed I used your Agency demo, and would also like to replace the current footer logo with a customer satisfaction icon. Could you please assist me with this?

    My website is http://www.browardbeardco.com

    Thanks!
    Frank

    #1080254
    Thai
    Moderator

    Hi Frank,

    Please change the padding of your section #1 to 0:

    http://i.imgur.com/owJaBHK.png

    After that add the following CSS under Customizer > Custom > Global CSS:

    .home .x-text p {
        margin: 0;
    }

    Hope it helps 🙂

    #1099023
    browardbeardco
    Participant

    Thanks! That worked.

    How can I remove the icon that appears when hoovering over blog posts?

    #1099041
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance Customizer Custom CSS

    .x-recent-posts .x-recent-posts-img:before {
        content: none !important;
    }

    Hope that helps

    Joao

    #1103658
    browardbeardco
    Participant

    Thank you. I tried placing the code edit global css section using cornerstone, but the icons are still showing. Is this the correct section to place the custom code you sent me?

    #1103767
    Jade
    Moderator

    Hi there,

    Please use this code:

    a.entry-thumb:hover:before {
        display: none;
    }

    Hope this helps.

    #1103849
    browardbeardco
    Participant

    I just tried adding a.entry-thumb:hover:before {
    display: none;
    }

    … but no luck. Any other suggestions?

    #1103910
    Joao
    Moderator

    Hi There,

    Please try adding to appereance Customizer Custom CSS

    .x-recent-posts .x-recent-posts-img:before {
       display:none;
    }

    If that does not work, please provide your admin credentials so we can take a closer look

    Thanks

    Joao

    #1113795
    browardbeardco
    Participant
    This reply has been marked as private.
    #1113941
    Christian
    Moderator

    Please clear all caches and disable your caching plugin then check again.

    Thanks.

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