-
AuthorPosts
-
November 25, 2015 at 10:05 am #679071
I would like the front of the card to only be an image therefore how do i remove the title and content from the front and back of “card”
only one specific “card” NOT site-wide
Thanks !
November 25, 2015 at 10:31 am #679100Hello Nelson,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
Thanks.
November 25, 2015 at 9:50 pm #679728November 25, 2015 at 10:00 pm #679735Hello There,
Upon checking your url we could not find a card element on the page. If you want to remove the title and content of the card, please edit your page in Cornerstone and insert the following custom css in the settings tab, Settings > Custom CSS
.x-card-outer .x-face-title, .x-card-outer .x-face-text { display: none; }
If there are several card elements on the page and you only want to remove the card title and card content on a specific card element, please turn on the advance controls and insert a custom my-card ID. You can then use this custom css in the settings tab, Settings > Custom CSS
#my-card .x-face-title, #my-card .x-face-text { display: none; }
Hope this helps. Please let us know how it goes. Thank you.
November 25, 2015 at 10:13 pm #679752Great help.
Thanks !
November 25, 2015 at 10:24 pm #679757Glad we could help.
Cheers!
January 18, 2016 at 8:15 pm #752142URL: http://www.lukeletellier.wpstagecoach.com
Wordpress: 4.4.1
X: 4.3
Cornerstone: 1.0.11
RenewHello,
I’m using Renew, and I don’t even have the option to enable Advanced Controls (see attachment). Is there a way to un-hide the switch that allows me to use advanced controls so that I can use the code you’ve mentioned?
Thanks!
LukeJanuary 18, 2016 at 11:47 pm #752364Hi Luke,
On Cornerstone: 1.0.11 the Advanced Controls toggle was remove. But the ID, CLASS, and STYLE field are shown by default on all elements, sections, rows and columns. If that is not the case on your end. Please do a test for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.
Hope it helps, Cheers!
January 19, 2016 at 9:25 am #753205Thanks – that makes sense! I wasn’t sure if the ID I was seeing on my end was the same one that you were referring to.
Thanks again for your help,
LukeJanuary 19, 2016 at 10:40 am #753360You’re most welcome 🙂
If you need anything else, please let us know.
May 12, 2016 at 10:28 am #987927Hi guys,
This works.How about if I want no text in the front,
but I do want text and a stylish button on the back.
Is this possible?Thanks in advance.
CleoMay 12, 2016 at 2:08 pm #988332Hi Cleo,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
Thanks,
Joao
July 26, 2016 at 5:39 pm #1104230This reply has been marked as private.July 27, 2016 at 1:36 am #1104681Hi there,
Please add this code in the customizer:
.x-card-outer.flip-3d.flipped { background-color: #7c7c7c; }
Hope this helps.
-
AuthorPosts