badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

bootstrap.min.css overwrites normal css

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #58810
    info286
    Participant

    i wondered why my fresh standard installation doesnt look the same way your demo install looks like. i found out that this is because the bootstrap.min.css overwrites some rules of the style.css.

    see the screenshots:

    https://c.gorbo.de/index.php/s/nYLesmskYNw4WSX

    https://c.gorbo.de/index.php/s/2CpERASFacarNP3

    how to change the order of the loaded CSS scripts so that the style.css is the last css file that will be loaded?

    thank you in advance

    #58817

    Hi
    Yes this theme’s style.css loads after the bootstrap.min.css
    Can you please provide us your site URL? So that we can investigate the issue?
    We have remove your second reply as the image link is not working.

    Thank you!

    #58819
    info286
    Participant

    Hi,

    the site is “Under construction” so you can’t see the real website. FYI: i’ve created a child theme. Maybe it’s because of this.

    My hotfix: i’ve copied the following styles in style.css of my child theme

    body, input, textarea, select {
        color: #555555 !important;
        font: 16px 'Roboto', sans-serif !important;
        line-height: 1.4 !important;
        font-weight: 300 !important;
        word-wrap: break-word !important;
    } 
    #58998

    Hi,

    If it working for you then it’s ok. However, let I remind you that this theme’s style.css loads after the bootstrap.min.css
    If you have any problem then do not hesitate to contact us.

    Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.