Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1203754
Top Area Text Size
Closed

Comments

  • ChristianPhase started the conversation

    I would like to increase the size of the text in the top area (where the phone number is) and if possible make it bold. 

    Is this supported or does it need bespoke css?

    Many thanks

  •  4,772
    Michael replied

    HI!

    You can make changes in the top area using only with Custom Css.

  • ChristianPhase replied

    Hi Michael,

    Thanks for your reply. Would you be able to give me the css that i need to post to make this text size change?

    Thanks



  •  4,772
    Michael replied

    Hi,

    Please share admin access. We will try to inspect problem on your site. And indicate where and exactly what you want to change.

  • ChristianPhase replied

    Hi Michael, 

    I am confused why you cant just tell me how to change this section...please see attached screenshot. Nothing is broken, i just want to know what code to use to make the phone number a larger font size and bold. ANy ideas?

  •  4,772
    Michael replied

    HI!

    pls. use following css, for example:

    .gem-contacts-item.gem-contacts-address {
        font-weight:bold;
        font-size:30px;
    }
    .top-area-menu .nav-menu > li a {
       font-weight:bold;
       font-size:30px;
    }