Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #288226

    How do I increase the font size of that optional top row area with the phone number and social icons?

    Thanks.

    #288405

    Hi jasonmwestbrook!

    Thank you for using our theme.

    Put in custom.css or Quick CSS the following and change the value of px:

    
    #top .phone-info {
    font-size: 30px;
    }
    

    Best regards,
    Günter

    #288591

    Wonderful, but how do I do the same for the social icons section to the right?
    Thanks for your assistance!

    #288593

    Oh and how would I change the color of those elements as well, meaning the phone and those social icons?
    Thank you!

    #288613

    Hey!

    It’s possible to change the colour of the text:

    
    #top .phone-info {
    font-size: 30px;
    color: red;
    }
    

    Instead of red you can put any color, eg #fff or #eaeaea.

    The icons seem to be fixed size and color – I do not find any CSS to change it.

    Best regards,
    Günter

    #288614

    You forgot to share with me the CSS code to effect those social icons as I also want to make them larger as well.
    Thank you for giving me the code to change the color!

    Great support.

    #288665

    OK, got it.

    Thanks.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘How do I increase the font size of the top row area with the phone and social’ is closed to new replies.