I cannot find Cornerstone in my Pro Theme

Hi,
Have I by mistake deleted Cornerstone? I cant find it in my Pro Theme, anywhere…
https://m9x.se

Thankful for help!

/Max

Hi Max,

When you activate Pro, it automatically deactivates Cornerstone. This is because Pro uses a native family of builders of which the Cornerstone you know currently is just a small part. If you are using Pro you will no longer need to use Cornerstone as a separate plugin. If you are using X you will continue to use Cornerstone as you always have as a separate plugin.

Hope this explains it.

Thank you so much for sorting that!

Can I ask another question?

How may I add a “next” and “previous” post button at the foot of my posts?

Hello @maskenmax,

Thanks for updating the thread. :slight_smile:

Please take a look at the solution shared in following thread:

Providing support for changes that requires custom development falls outside the scope of support we can offer. In that scenario, you will have to get in touch with a 3rd party developer.

Thanks.

Thanks. Will do that.

I have been trying for days now to make the hover over a link in the text show RED (see the “proce list” link on this page: https://m9x.se/pottery/ but it becomes light gray. What am I doing wrong?

/Max

Hello Max,

The site link color and link hover color can be change in Pro > Theme Options > Typography > Site Links.. Use the color picker to choose Red as your Link Hover color.

We would love to know if this has worked for you. Thank you.

Hi
No. Tried that long ago. That only works on top links. Not links in text.

Hey Max,

Did you added any custom css in Pro > Theme Options > Custom CSS? To resolve this, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.format-standard .entry-content a:hover,
.format-standard .entry-content a:hover:not(.x-btn):not(.x-img-thumbnail) {
    opacity: 1 !important;
    filter: alpha(opacity=100);
}

We would love to know if this has worked for you. Thank you.

Hi,

That did not help. Now on hoover it does not even get gray, and definately not red (as I have choosen in the Theme). Please see https://m9x.se/pottery/

Also that code gava a warning, see attached screen shot.

Hi Max,

Please add this to Pro > Theme Options > CSS

.format-standard .entry-content a:not(.x-btn):not(.x-img-thumbnail):hover {
	color: red;
}

If you want to remove that dotted underline, you can add this to my CSS code border-bottom: 0; just below color: red;

I see that you have a WP-Super-Cache, please clear it so the changes will take effect immediately.

Hope it helps,
Cheers!

Thanks, that works!

We are delighted to assist you with this.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.