Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1210795

    Why disappeared the text color button in enfold? How can I change the color of words or headlines?
    If I use Headline 1 it was red in the past, but its black now. How to change it as it was in the past?
    Thanks.

    #1211153

    Hey HeikoAlexander,

    Could you please give us a link to your website, we need more context to be able to help you.

    Could you please attach some screenshots of the issue?

    Best regards,
    Victoria

    #1241886

    Hi,

    this is the page…
    Here is the picture: https://www.dropbox.com/s/0gc91fnya56pfx3/Enfold%20Farben.png?dl=0

    All I want is just to change to color of some words (not all words)
    Thanks

    #1241981

    Hi HeikoAlexander,

    You need to switch to the text option and wrap the words in a span with a class and then they can be targeted to add css and change color.

    Like so:

    
    <span class="change-color">text </span>
    

    and then add to the Quick css:

    
    #top .change-color {
        color: red;
    }
    

    Best regards,
    Victoria

    • This reply was modified 4 years, 6 months ago by Victoria.
    #1241983

    Hi,

    thanks for your answer.

    But I don’t understand it. I am not a programmer.
    Why is there not just a button as it was in the past?

    Example: This is a test sentence.
    If I want the word “test” in green.
    What do I have to do exactly in the text-option to green the word “test”?

    Thanks

    #1242436

    Hi,

    Thanks for the update. If you click the button highlighted here: https://imgur.com/a/Ryemn2n, then the menu bar will expand. You have the option to set the text colour in there. You can also set all of the text colour in the Styling tab in the element options.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.