Home › Forums › Pro Themes › Kids Education Pro › Changing the default theme font color and style
- This topic has 8 replies, 2 voices, and was last updated 1 year, 10 months ago by
Plamen Bogdanov.
-
AuthorPosts
-
March 14, 2022 at 10:48 am #179841
Plamen Bogdanov
ParticipantHi there,
don’t know how to change the default font colors and styles of this theme; please help me!March 14, 2022 at 11:29 pm #179848sanam
KeymasterHello, @BOPLAM
Please watch the video below.
https://www.awesomescreenshot.com/video/7888295?key=93aeed10c40a18ba782642c0b6f12888Regards,
ThemepalaceMarch 15, 2022 at 3:48 am #179855Plamen Bogdanov
ParticipantThank 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 ?
March 15, 2022 at 6:52 am #179875sanam
KeymasterCould you please share the link of the page site URL that you are having a problem with?
Regards,
Themepalace-
This reply was modified 1 year, 10 months ago by
sanam.
March 15, 2022 at 7:41 am #179883Plamen Bogdanov
Participantneed 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:
March 15, 2022 at 8:22 am #179897sanam
KeymasterHello, 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.htmThanks
March 15, 2022 at 8:34 am #179898Plamen Bogdanov
ParticipantThank you,
and please send me the code for changing the color of the rectangle of the “download” button /now it is black/ ?March 15, 2022 at 11:40 pm #179907sanam
KeymasterPlease 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,
ThemepalaceMarch 16, 2022 at 8:14 am #179912Plamen Bogdanov
ParticipantThank You!
All the best!
-
This reply was modified 1 year, 10 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.





