• Closed
  • Vishal Arora
    Spectator
    25.11.2015 at 18:39 #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
    26.11.2015 at 07:14 #22412

    Hi,

    Please post your website url.

    Thanks!

    Vishal Arora
    Spectator
    Posts: 3
    26.11.2015 at 08:06 #22413
    Linnéa Isaksson
    Spectator
    Posts: 1
    26.11.2015 at 19:24 #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
    27.11.2015 at 07:17 #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!