Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #332168

    Fabio
    Participant

    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!)?

    #332256

    Rupok
    Member

    Hi 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 –

    Click here to see large image

    Hope this helps.

    Cheers!

    #344492

    Zach W
    Participant

    Hi 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?

    #344664

    Lely
    Moderator

    Hello 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.

    #383018

    Lagranuja
    Participant
    This reply has been marked as private.
    #383021

    Zeshan
    Member

    Hi 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!

    #383025

    Lagranuja
    Participant
    This reply has been marked as private.
    #383027

    Thai
    Moderator

    You’re most welcome 🙂

    #383029

    Lagranuja
    Participant
    This reply has been marked as private.
    #383032

    Zeshan
    Member

    Hi 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!

    #383039

    Lagranuja
    Participant
    This reply has been marked as private.
    #383053

    Paul R
    Moderator

    Hi,

    Kindly create a new topic then provide us with your wordpress login on a separate reply so we could take a closer look.

    Thanks

    #390592

    rsee
    Participant

    I’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…Text Screenshot

    And here is a screenshot of a Text Type element…Text Type Screenshot

    Where is the error here? This kind of makes the Cornerstone editing tool very tedious.

    Thanks for your help.

    #390595

    rsee
    Participant

    Sorry, here is the Text Type Screenshot Text Type Screenshot

    #390599

    rsee
    Participant

    Ina previous post, you had directed the customer to http://prntscr.com/8ecjyb, which doesn’t look anything like my installation.