• Resolved Krew mate

    (@krismoris)


    How can I change colors and other differed things with css to my Post Content. This is Post Single page. This command is not working for some reason:

    .royal-post-grid .royal-post-title a,
    .royal-post-grid .royal-post-excerpt,
    .royal-post-grid .royal-post-content p {
    color: #2E35A0;
    }

    With this css I want to fix little bag in the Post Content. A few parts of my article have a dark-grey color. But I set different color

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Krew mate

    (@krismoris)

    Plugin Contributor Nick

    (@elementoraddonswpr)

    Hi and Sorry for the delay, Developers are off for today, they will check this on Monday and get back to you.

    Kind Regards,
    Nick

    Thread Starter Krew mate

    (@krismoris)

    I resolved this issue with css code from chatGPT :) Everything is fine

    /* change the color of the title to blue */
    h1 {
    color: #B2B2B2;
    } /* change the color of the text to green */
    p {
    color: #B2B2B2;
    } /* change the color of the text within a numbered list to red */
    ol li {
    color: #B2B2B2;
    } /* change the color of the text within a bulleted list to orange */
    ul li {
    color: #B2B2B2;
    } /* change the color of text under an image to red */
    .wp-image-123 + p {
    color: white;
    }
    Plugin Contributor Nick

    (@elementoraddonswpr)

    That’s amazing, I am using it too :), let us know if you need further help.

    Kind Regards,
    Nick

    • This reply was modified 3 years, 3 months ago by Nick.
Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘How to change’ is closed to new replies.