-
AuthorPosts
-
July 16, 2015 at 10:12 am #332168
It works! Thanks guys!
But – if this will happen again in the future – how can I know which classes/ids I have to change? Is there some documentation that explains where I can find all of them (I would’ve never known that there was a resp-p class!)?July 16, 2015 at 11:58 am #332256Hi There,
Glad that it worked. However it’s easy to inspect the class name using Google Chrome or Firefox. Just Right Click > Inspect Element on your element and you will see the classes associated with that –
Hope this helps.
Cheers!
July 29, 2015 at 2:28 pm #344492Hi there. I read the conversations above. I only want to change the color and size of the text for the text type feature. I entered this code:
.x-text {
color: red;
}into my customizer, but it didn’t change the text type font, all the other body fonts on the site. Here is my url: http://zachswebdesigns.com/cyvisiontechnologies/
Can you please help?
July 29, 2015 at 6:49 pm #344664Hello Zach,
Thanks for posting in.
Upon checking your site, I’ve notice that you already have the following CSS in your customizer that will change font color of the text type feature:.x-text-type { color: white; }
Is this ok now?
Do let us know if you still have questions.September 9, 2015 at 6:55 am #383018This reply has been marked as private.September 9, 2015 at 6:57 am #383021Hi there,
Thanks for writing in!
If you are adding your text in a Text element using Cornerstone, you can use following CSS code under Style field of the element settings (see: http://prntscr.com/7qeof1) to change the text color:
color: #ff0000;
Replace #ff0000 with your desired color (you can generate hex color codes from <#a href=”http://www.2createawebsite.com/build/hex-colors.html” rel=”nofollow”>here).
Thanks!
September 9, 2015 at 7:03 am #383025This reply has been marked as private.September 9, 2015 at 7:06 am #383027You’re most welcome 🙂
September 9, 2015 at 7:08 am #383029This reply has been marked as private.September 9, 2015 at 7:11 am #383032Hi there,
Yes, you can use WordPress native Text Color option for that (see: http://prntscr.com/8ecjyb). Simply switch to Visual tab and change the color of words 🙂
Thanks!
September 9, 2015 at 7:17 am #383039This reply has been marked as private.September 9, 2015 at 7:25 am #383053Hi,
Kindly create a new topic then provide us with your wordpress login on a separate reply so we could take a closer look.
Thanks
September 16, 2015 at 8:15 am #390592I’m a little confused on editing text — new or existing. When I add a Text element, I simply see a blank box. Here is a screen shot…
And here is a screenshot of a Text Type element…
Where is the error here? This kind of makes the Cornerstone editing tool very tedious.
Thanks for your help.
September 16, 2015 at 8:17 am #390595Sorry, here is the Text Type Screenshot
September 16, 2015 at 8:19 am #390599Ina previous post, you had directed the customer to http://prntscr.com/8ecjyb, which doesn’t look anything like my installation.
-
AuthorPosts