I need to change the color of the icon outline. Can’t find it in the settings.
Hi Brian,
Thanks for reaching out.
Sometimes the only screenshot doesn’t help us to recognize the issue you are having. We need to examine your site to check what is the cause of your problem.
Hope you will not mind sharing your website credentials. Please provide the details of your site in a secure note, including:
– WordPress Site URL & Admin URL
– Specific Page where you have this section
– WordPress Admin username/password
To create a secure note, click the key icon underneath any of your posts.
Thanks
I am developing on a temp url right now, so I can post those when I am back in front of my computer, but in the meantime, if it helps, it is from using the Silvertooth Agency template under the ServicesV2 section on the homepage.
Hi Brian,
The information does not help much as it is not pointing to any of the live URLs from where it can be checked. I would suggest you provide the information asked in the previous thread.
Thanks
Hey Brian,
I tried to login with your given credentials but I’m getting an error Unknown username. Check again or try your email address.
Have you provided the credentials of the WordPress site? Please double check username/password and get back to us so we can take a look. Your site is behind the coming soon page.
Thanks!
That’s odd, that is what I use to login. Anyways, I added my email address for the username. Maybe try that? Also I removed the coming soon wall. It’s not like anyone is going to stumble upon that url.
Also, I don’t know if I am missing something, but I feel like I have very limited options with my elements when using Cornerstone. Like I don’t see any of the text options for the text element. Background elements are missing the advanced options. Padding on some of my sections is missing. I am using classic sections to get by, but I don’t know what is going on with the limited options. It seems like every Cornerstone update options get harder to find.
Hi Brian,
I am able to log into your WordPress dashboard and found that Advanced Mode is disabled on your site, I went ahead and enabled it from X > Preferences, and now you can see the other options in the elements. In the case of the Border color, you can change it from Headline > Graphics > Border Color. Please find the screenshot describing the options.
Hope it helps.
Thanks
That was it. Thank you so much
We are delighted to assist you with this.
Cheers!
If this is still open, can you hop on my site again and check out what is happening at the top of the get in touch page?
Hello Brian,
It seems that you have inserted a broken CSS on the page. We tried to log in and failed because the given credentials no longer work for us.
Please send us the updated WP credentials so that we can investigate. Thanks.
Those are the right credentials. It looks like you used the site url, not the login url.
Hey Brian,
The issue is because you have added this custom inline element CSS in one of your text element:
<style>
a:link {
color: #5b7a96;
background-color: transparent;
text-decoration: none;
}
a:visited {
color: #5b7a96;
background-color: transparent;
text-decoration: none;
}
a:hover {
color: white;
background-color: #5b7a96;
text-decoration: none;
}
a:active {
color: white;
background-color: #5b7a96;
text-decoration: none;
}
</style>
You should only be adding this:
$el a:link {
color: #5b7a96;
background-color: transparent;
text-decoration: none;
}
$el a:visited {
color: #5b7a96;
background-color: transparent;
text-decoration: none;
}
$el a:hover {
color: white;
background-color: #5b7a96;
text-decoration: none;
}
$el a:active {
color: white;
background-color: #5b7a96;
text-decoration: none;
}
Please check your contact page now.
Problem fixed. Thanks!
Hello Brian,
Glad that we were able to help. Please feel free to reach us if you have any queries regarding our theme and theme settings.
Thanks
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.