Forum replies created
Hi,
This has nothing to do with Windows.
I am using Mac and I am also not able to click your breadcrumb link in my Chrome browser.
But I am able to click the breadcrumb link on my test site in my Chrome browser. My test site’s breadcrumb links are working properly.
Please tell me how you setup your header.
I need to be able to replicate your issue on my test site, in order to know if this is a bug.
I will also need to know if you have done any modification to theme or use child theme to override theme template.
Thank you.
Hi,
You need to activate Evolve Plus Theme, and clear your browser cache before re-visiting your website.
And if your Evolve Free theme is not the latest version ( or somewhere near.. ), it will look different from your current Evolve Plus version.
After you activate your Evolve Plus Theme.
The Theme will prompt you to install reduxframework plugin and theme4press core plugin.
Install and activate both plugin.
Go to Appearance -> Theme Options to make any changes ( NOT Appearance -> Customize ) . Make a simple change and save changes so that there is no empty option value and the theme will look proper.
Thank you.
Hi,
That will require modification to theme codes, which is not covered in our support.
You may want to hire our developer for this customization.
https://theme4press.com/theme-customization-service/
Thank you
Hi,
Please use the following in Theme Options -> Custom CSS
.footer-widgets .widget-title {
color: #000000 !important;
}
You can change #000000 to other color hex code.
Thank you
Hi,
Are you referring to the heading in content boxes?
If yes, Please use the following in Theme Options -> Custom CSS
.heading-link {
color: #625784 !important;
}
If not, Please use a screenshot and point to me it’s location.
Thank you.
Hi,
There is a p tag with left align but without content.
It’s right after your first column. Which is why there is a spacing above your second column.
This time, it’s not possible to use css to remove it, because it will also remove other p tags and all your content will be gone.
You will need to remove all empty spaces between the shortcodes, in order to prevent such issues from happening.
Thank you.
You are welcome!
Thank you
Hi,
Please use the following in Theme Options -> Custom CSS
.widget::after {
box-shadow: none !important;
}
Thank you.
Hi,
Please remove any empty spacing in your shortcode, remove any br tag that you had added.
Or you can use the following in Theme Options -> Custom CSS
.t4p-content-boxes br {
display: none !important;
}
Thank you
Hi,
I am not able to see anything wrong with CSS in Chrome developer tools.
Please try disabling one plugin at a time, and purge your W3 Total Cache’s cache content, clear browser and re-visit your website.
Do this and see if you are able to find a plugin that has javascript that disabled this link.
Thank you