• Resolved screen-b

    (@screen-b)


    My CSS for pagination won’t change anything.
    I want to get rid of the border and have another color fpr the numbers.
    Is it, because the Gwolle-CSS is loaded in the footer area?
    Where ist the proper place to put CSS changes in a child theme folder?
    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter screen-b

    (@screen-b)

    Sorry, I found the problem myself: it’s the Events Manager!
    Deactivated and Bingo!

    Plugin Author Marcel Pol

    (@mpol)

    Okay, good.

    With CSS is it always possible to overwrite something, as long as you are more specific.

    So the plugin code uses for example:

    #gwolle_gb .page-navigation a,
    #gwolle_gb .page-navigation span {

    And you can change it like:

    html body #gwolle_gb .page-navigation a,
    html body #gwolle_gb .page-navigation span {
    Thread Starter screen-b

    (@screen-b)

    Thanks al lot!

    Thread Starter screen-b

    (@screen-b)

    Thanks al lot! I got it ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Where to put CSS in child-theme?’ is closed to new replies.