Tagged: ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #49985
    Potzas
    Member

    Hi, how do I change the colours for these please?

    Thanks

    #49997
    Sakin
    Keymaster

    @Potzas: Are you talking about changing the color of heading h1, h3 and h3, Then you can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:

    .entry-content h1, 
    .entry-content h2,
    .entry-content h3 {
        color: #404040;
    }
    #50114
    reefadmin
    Member

    Thanks Perfect.

    I would like to include an ebook download on the right of the header. Is there any way I can move the social links and my contact details to below ‘supporting your continued growth’? reefadmin.com

    #50117
    reefadmin
    Member

    I would like the telephone number and email to be as is, but left aligned under the heading and the social icons to be to the right of that, under the heading. If that makes sense?!

    #50129
    Sakin
    Keymaster

    @reefadmin: That’s not possible with custom css. You need to add custom code by building child theme, which is complicated and you need to hire customizer to work on it.

    #50191
    reefadmin
    Member

    OK I understand. I can include a widget in the header, but is there a way to top align my business title? When I include a widget my site name and tagline is at the bottom of the header, I would like it to be at the top.

    Thanks

    #50192
    reefadmin
    Member

    OK ignore the above. I have found a workaround. I have included a homepage sidebar instead. I am trying to include bullet points but the html isn’t working. Do I need to add custom css for home page sidebar widget?

    Thanks!

    #50214
    Sakin
    Keymaster

    @reefadmin: Where are you trying to add bullet point?

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Change colours of h1, h2 etc’ is closed to new replies.