• Resolved maisquesuco

    (@maisquesuco)


    Hey, I need some help.

    I’m using a child theme.

    I tried to modify the CSS code by adding the command below in the general options of the plugin, but when loading the page, the change does not happen.

    .theChampCommentingTabs li {
    color: #ff0000;
    font-size: 1.0em;
    }

    I also tried to put this setting up in the style.CSS of my Child folder and the same problem happens, the change does not happen.

    Below put a link with an image, of which I would like help to understand what I am doing wrong.

    https://maisquesuco.com.br/supersocializer/

    I appreciate it if you can help me.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Heateor Support

    (@heateor)

    Hi,

    Try using the !important in the CSS as following:

    .theChampCommentingTabs li {
        color: #ff0000 !important;
        font-size: 1.0em !important;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Personalized CSS in a child theme’ is closed to new replies.