• Hi, I use the Blue Planet Theme in combination with a Child theme. How can I change the order of the CSS files in the header thus influence the style.css of the child theme is last involved.
    Otherwise, I think the theme very well, and for my first steps with WordPress I am very excited.
    Thanks for an answer …

Viewing 2 replies - 1 through 2 (of 2 total)
  • The child theme’s CSS always takes precedence by default. If that’s not happening for you, then you probably aren’t using the right combination of selectors in your new CSS rules.

    Thread Starter Klaus Moll

    (@klaus-moll)

    Thanks for the reply. But I meant the following. Following the order of my CSS files:

    <link rel=’stylesheet’ id=’colorbox-theme1-css’
    <link rel=’stylesheet’ id=’colorbox-css-css’
    <link rel=’stylesheet’ id=’jetpack-subscriptions-css’
    <link rel=’stylesheet’ id=’events-manager-css’
    <link rel=’stylesheet’ id=’jetpack-widgets-css’
    <link rel=’stylesheet’ id=’blue-planet-style-css’ (Child CSS)
    <link rel=’stylesheet’ id=’blue-planet-style-bootstrap-css’
    <link rel=’stylesheet’ id=’blue-planet-style-responsive-css’
    <link rel=’stylesheet’ id=’meanmenu-style-css’

    From my understanding the style.css has to come as the last css file. For the settings to work. At the moment the bootstrap css come last. How can I change this?

    Klaus

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CSS order in the header’ is closed to new replies.