Forum Replies Created
- AuthorPosts
Themonic-Support
KeymasterI can see the media.net ads on your site at the front end, please check your browser Ad block to see if it is blocking the ads.
Themonic-Support
KeymasterHi,
Theme doesn’t interfere with WordPress editor, just checked again to be sure. It must be a plugin. To check, disable all plugins and try. Enable one by one to find the plugin conflict.
Themonic-Support
KeymasterYou can target the widget area like below:
.widget-area .widget a { color: #0099ff; } .widget-area .widget a:hover { color: #59d600; }
Themonic-Support
KeymasterHi,
You already have that at this ..
This page .. is a custom built page, you can change its title color by using the followin CSS in Customizer -> additional CSS
.entry-content a { color: #0099ff; } .entry-content a:hover { color: #59d600; }
Themonic-Support
KeymasterHi,
It could be done with a new page template, we will add this one in the next release.
Themonic-Support
KeymasterHi,
We have just released a new version 2.9.9.4
It comes with a new page template that includes Author box.
————– June 09 2020 —————-
– Version 2.9.9.4
— New: Page template: Full width with Author Bio
— Woocommerce cart button style fix
— Author bio – added padding to social icons
— Added Japanese, German, Chinese and Russian .po and .mo filesTo upgrade, follow this guide.
Themonic-Support
KeymasterHi,
The solution was already provided to you via email support, please do not create multiple support requests for the same question.
Themonic-Support
KeymasterThank you for the link.
Your site is using a page template for home page. Use like this:
.top-header a { color: #0099ff; }
and for hover
.top-header a:hover { color: #cb6df2; }
Themonic-Support
KeymasterCode updated. If still not working, then, empty browser cache and check again. Please provide live link for further inspection.
Themonic-Support
KeymasterYou can paste the following in Customizer -> Additional CSS:
For text based logo:
.site-header h1 a { color: #0099ff; } a.site-description { color: #0099ff; }
For hover
.site-header h1 a:hover { color: #ffffff; } .top-header .site-description:hover { color: #ffffff; }
Change the hex colors as per your choice.
Note: hover code updated
- AuthorPosts