Home Forums Pro Themes Kids Education Pro Changing the default theme font color and style

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #179841
    Plamen Bogdanov
    Participant

    Hi there,
    don’t know how to change the default font colors and styles of this theme; please help me!

    #179848
    sanam
    Keymaster
    #179855
    Plamen Bogdanov
    Participant

    Thank you for the answer,
    but i need to change the color of the links and the black buttons for downloads in the pages – now they are all yellow, almost unreadable and the buttons for download are black.

    How to change these colors ?

    #179875
    sanam
    Keymaster

    Could you please share the link of the page site URL that you are having a problem with?

    Regards,
    Themepalace

    • This reply was modified 2 years, 1 month ago by sanam.
    #179883
    Plamen Bogdanov
    Participant

    need to change the color of the links and the black buttons for downloads in the pages – now they are all yellow and the buttons for download are black:

    https://dg97-izgrev.com/wp/

    #179897
    sanam
    Keymaster

    Hello, Please add this CSS in the Additional CSS

    .page article .wp-block-file a.wp-block-file__button,
    .page article .wp-block-file .wp-block-file__button font font{
    color: #fff;
    }
    .page article .entry-content li strong a,
    .page article .entry-content td a,
    .page article .entry-content p a,
    .page article .wp-block-file a,
    .page article .wp-block-file font font{
    color: #272222;
    }

    Go to Customizer >> Appearance >> Additional Css, paste the above CSS there, and published the site.
    Please use this link for reference https://www.computerhope.com/htmcolor.htm

    Thanks

    #179898
    Plamen Bogdanov
    Participant

    Thank you,
    and please send me the code for changing the color of the rectangle of the “download” button /now it is black/ ?

    #179907
    sanam
    Keymaster

    Please use the code below:

    .wp-block-file .wp-block-file__button{
    background-color: #FF00FF;
    }
    .wp-block-file .wp-block-file__button:hover{
    background-color: #FFA500
    }

    Regards,
    Themepalace

    #179912
    Plamen Bogdanov
    Participant

    Thank You!

    All the best!

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.