Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #267450
    erikcave
    Participant

    Previously there was an easy setting to customize the size and colors of the various headings. I had done so and had set H1, H2 and H3 to my liking. Recently they reset to just black and I can’t find the setting to get my colors and sizes back. I have looked all through Appearance->Customize menus and can’t find it. Is it gone for good? Can someone point me in the right direction?

    Thanks

    #267503
    tikaram
    Participant

    @erikcave: Can you please let me know the previous version that you have used so that I can check for the changes and let you know soon. Please post in your site URL as well.

    Regards,
    Tikaram

    #268813
    erikcave
    Participant

    Oops, yes of course I should have included my URL

    pacnwc.org

    As for version, I don’t know. I just noticed one day that the changes I had made were gone and that I can’t find the option to change them back.

    #268882
    tikaram
    Participant

    @erikcave: The color option can be accessed through Appearance => Customize => Colors.
    The available color schemes are Light and Dark. There are more options that you can change color of different elements of your site. Let me know if you have any issue accessing the color options.

    Regards,
    Tikaram

    #269826
    erikcave
    Participant

    Thanks for the update. I know about the menu you mention, which is for colors which does not include headings. I am looking for an option to change to change font, size and color for headings. There used to be a setting for this within the theme, but I can’t find it any longer and the changes I had made are gone.

    #270027
    tikaram
    Participant

    @erikcave: If you can provide me the site URL along with the desired size, color and fonts for the headings, I can provide you the additional css. Let me know if this helps resolve your issue.

    Regards,
    Tikaram

    #270076
    erikcave
    Participant

    Thanks, pacnwc.org is the site. I should have included that before. Sorry about that.

    I would like the H1 font to be much larger and color #104990
    I would like the H2 font to be a little larger and color #8BC43F

    Thanks again!

    #270562
    tikaram
    Participant

    @erikcave: Please try adding the following additional css and let me know.

    h1 {
    	color: #104990 !important;
    	font-size: 30px !important;
    }
    
    h2 {
    	color: #8BC43F !important;
    	font-size: 26px !important;
    }

    You may change the font size and the color by altering the respective values. Hope this helps you resolve your issues.

    Regards,
    Tikaram

    #270719
    erikcave
    Participant

    Perfect, thanks so much!

    #270899
    tikaram
    Participant

    @erikcave: Glad to know your issue has been resolved. Let me know if you have any more issues.

    Regards,
    Tikaram

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Option Lost to Easily Change Headings Text Color and Size’ is closed to new replies.