Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #990411
    bgodnik
    Participant

    I’m trying to remove the border and shadows in the first section of http://loanmodificationtrainer.com/california/
    For the second section, I added a border radius but in the corners at the radius, the beige background of the site is showing. How do I make it match the blue on the rest of the page?

    Thanks,
    Bob

    #990810
    Prasant Rai
    Moderator

    Hello Bob,

    Thanks for writing in!

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

    div#top {
        background: transparent !important;
    }

    Thanks.

    #990813
    bgodnik
    Participant

    Thank you. That fixed the background. What can I do to remove the border and shadow of the first section?

    #990852
    bgodnik
    Participant

    I figured out how to get rid of the shadows, thanks.

    #990922
    Friech
    Moderator

    Hi There,

    Did you already address all your queries? The code below is for removing the first section’s border and shadow.

    .page-id-1042 #x-section-1 {
    	border-width: 0;
    	box-shadow: none;
    }

    Hope it helps, Cheers!

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