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

    I am using the following code:

    .phone-info span { font-size: 18px; }

    The problem is, it doesn’t actually appear to be increasing the font size. What’s up with this?

    #279190

    Try this:

    #top #header_meta .phone-info {
    	font-size: 18px;
    }
    #279192

    This worked for me:

    .phone-info {
    float: right;
    font-weight: 300;
    line-height: 20px;
    font-size: 20px;
    padding:5px 0;
    }
    #279357

    Hi!

    Thank you for using the theme!


    @sdbroker
    & @tylerjmorrison: Thanks for helping out! :)


    @bngodfrey
    : You can try the suggestions above or use this:

    .phone-info span {
    font-size: 18px;
    }
    

    Remove browser cache then reload the page a few times.

    Regards,
    Ismael

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