• Cirinu

    (@cirinu)


    Hi, i am trying to override style.css within my child theme, but it just doesn’t override. I’ve tried putting the style.php in

    /mytheme-child/fep/style.php
    /mytheme-child/fep/style/style.php
    /mytheme-child/front-end-pm/style.php
    /mytheme-child/front-end-pm/style/style.php

    With no luck…

    how can i do it?

    https://wordpress.org/plugins/front-end-pm/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Shamim Hasan

    (@shamim51)

    what is inside style.php?
    You can directly add css to override.
    Go to Dashboard > Front End PM > Settings > Custom CSS then add your code there

    Thread Starter Cirinu

    (@cirinu)

    Oh, sorry. My bad. It’s style.css.

    I decided to go this path because my theme has a lot of styles already. If i used this option you mentioned it would be like this:

    #mytheme.css example {
    width: 10px
    }

    #fep.css example {
    width: 20px
    }

    #fepcustomcss.css example {
    width: 10px
    }

    So what i did was to comment out some lines in your style.css.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘override style.css within my child theme’ is closed to new replies.