• Closed
  • Vishal Arora
    Spectator
    November 25, 2015 at 6:39 pm #22385

    I want to increase the font size of the contact information like phone number and email address in the header. I don’t see this option in the header options.

    Denzel Chia
    Moderator
    Posts: 2656
    November 26, 2015 at 7:14 am #22412

    Hi,

    Please post your website url.

    Thanks!

    Vishal Arora
    Spectator
    Posts: 3
    November 26, 2015 at 8:06 am #22413
    Linnéa Isaksson
    Spectator
    Posts: 1
    November 26, 2015 at 7:24 pm #22467

    Hey, I have similar problem, I cannot change the size of the titles in the single posts. I use Alora. I tried to change every single text size, but the title remains super small. Please help me out! http://www.followthesun.photography

    Denzel Chia
    Moderator
    Posts: 2656
    November 27, 2015 at 7:17 am #22472

    Hi Vishal,

    Please use the following in Theme Options -> Custom CSS

    .email-address {
    font-size: 15px !important;
    }
    .phone-number {
    font-size: 15px !important;
    }

    Thanks!