Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1130994
    JW & Co.
    Participant

    Hello,

    I’m sure this is really basic…
    Please advise how to change the color of the title in the second footer widget at the bottom of http://www.homeandhealthy.joshuaweatherstone.com. I need it to be orange.

    Thanks,
    Josh

    #1131010
    JW & Co.
    Participant

    Also, please advise me on how to make the items in the bottom left widget of the footer link. I don’t remember the code, but I think it’s like , etc. I want the phone number to automatically call, the email to open up an email box, and the address to open in maps. This will make them all hyperlink like the facebook link above.

    Thanks!

    #1131234
    Nico
    Moderator

    Hi There,

    Thanks for writing in.

    1. Would you mind sharing us a screenshot of what font or text that you want to change color.

    2. Please share us a sample site that shows footer that you want to achieve.

    Once we got the full details, we’ll do our best to help you.

    Thanks.

    #1132284
    JW & Co.
    Participant

    1. http://prnt.sc/c62sz3

    2. I was able to figure it out myself.

    Thanks,
    Josh

    #1132413
    Darshana
    Moderator

    Hi there,

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

    
    .x-colophon.top #text-6 .h-widget {
        color: #ff0000;
    }
    

    Hope that helps.

    #1132889
    JW & Co.
    Participant

    Darshana,

    Thank you for your code; it worked well. Could you please advise me within the same footer widget how to remove the margin between the box labeled “Name” and the text above?

    Thank you!
    Josh

    #1133125
    Christopher
    Moderator

    Hi there,

    Please remove <br> tag, see the attachment.

    Hope it helps.

    #1133447
    JW & Co.
    Participant

    Thanks. That worked, but now I’m not able to control the spacing there.

    This code is only working on small screens:
    .x-subscribe-form {
    padding-top: 20px;
    }

    Advice?
    Josh

    #1133627
    Joao
    Moderator

    Hi Josh,

    Please try:

    fieldset {
    padding-top: 10px;
    }

    Let us know if it fits your needs.

    Thanks

    Joao

    #1135753
    JW & Co.
    Participant

    Hello,

    Unfortunately this isn’t working on large screen sizes.

    Josh

    #1135940
    Jade
    Moderator

    Hi Josh,

    Please try this code:

    fieldset {
        display: block;
        padding-top: 10px !important;
    }

    Hope this helps.

    #1136191
    JW & Co.
    Participant

    Still not working on large screens.

    #1136392
    Rue Nel
    Moderator

    Hello There,

    Before anything else, you must first fix the invalid css that you have inserted in your customizer. Please check out the following screenshots and fix it up.

    Please let us know how it goes.

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