Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1049480
    piexec
    Participant

    How do I change the text line height inside the footer widgets?

    #1049548
    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1049659
    piexec
    Participant

    http://thelbcpalmharbor.com/

    the text in the footer widgets has too much space between it.

    #1049672
    piexec
    Participant

    Nevermind. I figured that part out.

    However, I do need help with the scroll bottom anchor. I’m using the following code to use a custom image:

    .x-slider-scroll-bottom .x-icon-angle-down:before {
    content: url(‘http://thelbcpalmharbor.com/wp-content/uploads/2016/06/down_arrow2.png’);
    }

    However, this just puts my image “over” the still in place old arrow down anchor. How do I turn off the old anchor so that just mine shows?

    #1049993
    Paul R
    Moderator

    Hi,

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

    
    body .x-slider-scroll-bottom {
       border:0;
    }
    

    Hope that helps.

    #1050087
    piexec
    Participant

    Awesome!

    In the custom headline “TAP TAVERN KITCHEN” can I write inline CSS to reduce the size of only on the star icons I’m using in that section?

    #1050091
    Christopher
    Moderator

    Hi there,

    Please add this code :

    .h-custom-headline i {
        font-size: 15px;
    vertical-align: middle;
    }
    

    Hope that helps.

    #1051507
    piexec
    Participant

    Awesome!!!!

    #1051517
    Nico
    Moderator

    Happy to hear that.

    Feel free to ask us again.

    Thanks.

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