• stellarmigration

    (@stellarmigration)


    Hi,

    I’d like to swap the color of the main body text and the bullet point text.

    At the moment I used a fix to increase the size of the bullet point text, but it looks darker than the main text.

    I presume if I change the color of the main text it will also change the bold version of that text?

    Here’s an example page:

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • weblizar_support

    (@weblizar_support)

    Hi..

    Please go to Admin Dashboard >> Appearance >> Theme Options >> Theme General Settings.

    Now copy below code into Custom CSS Editor.

    .enigma_blog_post_content li {
        color: COLOR-CODE !important;
    }
    .enigma_blog_post_content p {
      color: COLOR-CODE !important;
    }

    Here COLOR-CODE is replaced by your choice.

    Save the changes.

    Thanks.

    Thread Starter stellarmigration

    (@stellarmigration)

    Hey,

    Just a quick thank you for the quick response, and it’s working exactly as requested.

    I have another question but to keep things clean I will post it in another thread.

    weblizar_support

    (@weblizar_support)

    Most Welcome.

    Thanks.

    movingi

    (@movingi)

    А чтобы не мучится в коде SSC лучше установите этот плагин simple-custom-css и вставляете в него все коды, которые редактируют тему. Таким образом, Вы себе облегчите работу.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Changing Text Colour’ is closed to new replies.