Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #305735

    Hi

    I can’t get the phone number in the header to change size. I have entered the following into the Phone number box within Header:

    <div id=”myphone”><b>Call us now on 0330 330 77 77</b></div>

    and put the following within Quick CSS:

    #myphone {
    font-size: 40px;
    padding-bottom: 10px;
    }
    .social_header .phone-info { font-size: 40px; }

    But nothing happens. Please help

    #305751

    Hi 7accounts!

    Please use following code

    .phone-info {
    font-size: 20px !important;
    }

    Also, you have double double-quotes on your ID – http://i.imgur.com/KUwviwc.png
    Please correct it

    Regards,
    Yigit

    #308969

    Hi

    I’m really struggling with the text colour in the header. I want it to be white like the social media buttons but no matter what css i try i can’t get it to change. http://www.7accounts.uk/index

    Thanks

    David

    #309138

    Hey David!

    This will do it:

    #myphone b {
        color: white !important;
    }

    Best regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.