Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1286526
    Benjamin H
    Participant

    Hello,

    Two questions:

    #1 – I am trying to change the hover color to white and the opacity to be greater on this page: http://www.lvbaptist.org/alcohol-drug-addiction/ None of the CSS I have put in seems to affect it all; any suggestions?

    #2 – The icons in my feature headlines are floating almost out of the circle; how can I center these back in the circle?

    Thanks!

    #1286562
    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in!

    1. Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    .x-recent-posts-img:after {
        background: #fff !important;
    }

    2. Can you please provide the URL of the page where feature headlines are used so we can take a look?

    Thanks!

    #1286574
    Benjamin H
    Participant

    #1 – The code didn’t seem to do anything. 🙁

    #2 – Example page: http://www.lvbaptist.org/four-week-video-bible-study-signup/

    Thanks!

    #1286683
    Darshana
    Moderator

    Hi there,

    #1. Can you please copy all of your custom CSS into an online tool like CSS Lint and check for errors (http://csslint.net/).

    #2. Try adding the following CSS rule.

    
    .h-feature-headline span i {
        padding-top: 8px;
    }
    

    Hope that helps.

    #1287323
    Benjamin H
    Participant

    Thanks for your help!

    #1287400
    Darshana
    Moderator

    Glad we were able to help 🙂

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