Home Forums Total change fonts & font colour for links

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #4094
    wordpress123
    Participant

    Hi,

    Thanks for the excellent theme! It really is my favourite used so far!

    I was wondering if it was possible to change the font of the menus and header so I could match it to my page content? If not could you let me know which font it is using so I can see what my content looks like using that for consistency.

    Also, I have various links on my pages and previously they would show in a different colour so they were obvious to click but now they seem the same colour/format as normal text so it isnt as obvious. Is there a way to change this?

    Many Thanks,

    #4403
    Hash
    Keymaster

    Hi,

    If you want to change the font of the menu and header similar to the content and add the below Custom CSS. Also to change the color of the anchor link in the post and page content

    .ht-main-navigation a,
    h1, h2, h3, h4, h5, h6{
    font-family: 'Pontano Sans', sans-serif;
    }
    .entry-content a{
    color: red;
    }
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.