• Is it possible to change the font colors? Specifically, I’d like to make the color for hyperlinks be a little darker.

    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello @prorgan,

    We can change font color with the help of custom css. Please share the site url so we can help you as per your need.

    Kind regards,

    Manoj

    Thread Starter prorgan

    (@prorgan)

    Thanks! The site is https://www.paulorgan.com

    For the link colors, I’m thinking just a darker gray would work well.

    Is it also possible to swap the order of the homepage, so that the page text appears first, and then the three featured blocks?

    I’m happy to play around with this myself too. Is that something I can do?

    Hello @prorgan,

    We can change link color with the help of custom css. Please apply the below given css under Appearance -> Customize -> Additional Css-

    a {
    color: #595959 !important;
    }
    

    You can replace color code with your choice of grey color code.

    Kind regards,

    Manoj

    Thread Starter prorgan

    (@prorgan)

    Awesome, thanks. Is there a list of all the possible customization I could do in the Additional CSS?

    For instance, I’d also like to change the color of the subheading (where it says “PhD Candidate…” underneath the Paul R. Organ in the top left).

    Hello @prorgan,

    You can do most of the customization with the help of custom css.

    For better understanding you can refer below listed urls-


    Kind regards,

    Manoj

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Changing font colors’ is closed to new replies.