• Resolved cicerbro

    (@cicerbro)


    Hello,

    When I resize my page to mobile/small dimensions, at the point that my horizontal tabs resize to vertical, the main/active color defaults to the wrong color.

    Another person asked this same question but they did not receive a real answer, yet it was marked as resolved. If you inspect the element, the CSS links to

    .ctu-ultimate-style-heading-8.active {
    color: #003eff;
    background-color: #c8102e;
    border-bottom: 1px solid #c1c7c5;
    }

    The color: should be white per the original style.

    I have tried to target this element with my other style sheets and with the Tabs CSS, but nothing changes it. :active, :hover, :focus — I can’t figure this out.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author biplob018

    (@biplob018)

    Kindly add !important tag hile you want to add custom CSS. I add nested CSS as my Tabs CSS not conflict with ofter plugins.

    Just Add !important tag while you add custom CSS

    Thread Starter cicerbro

    (@cicerbro)

    I did this and it works, kind of…you are correct that I can use the !important to override the CSS, but it’s only a partial solution.

    I think something is off with the range of rules. For instance, on my page that has

    ctu-ultimate-style-heading-1.active

    All the styles correctly adapt from the Responsive Tabs CSS without me having to do anything. And they seem to be correct at random. For instance, both

    ctu-ultimate-style-heading-6.active
    ctu-ultimate-style-heading-8.active

    are incorrect, but

    ctu-ultimate-style-heading-7.active

    is correct. I don’t know what is happening.

    Can you look into that?

    • This reply was modified 6 years, 1 month ago by cicerbro.
    Plugin Author biplob018

    (@biplob018)

    Will you please share your url so i can checked your sites. Better you can tct via oxilab.org as you fell insecure to publish URl.

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

The topic ‘Mobile inactive colors’ is closed to new replies.