New Landing How can we help? Cardinal Extra class name

Viewing 11 posts - 1 through 11 (of 11 total)
  • Posted in: Cardinal
  • #257927
    ASGO
    Member
    Post count: 27

    Hi, how do i use the Extra class name in the troggle?

    i filled in the extra class name, .col1-1
    and filled in the custom css:

    .col1-1 {
    color: #fff;
    }

    The font doesn’t turned in white.

    #258001
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please try to use this custom css code:-

    .col1-1 {
    color: #fff !important;
    }

    Thanks
    Mohammad

    #258366
    ASGO
    Member
    Post count: 27

    Hi, the text works, the title and +-sign still black.

    #258377
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please provide me specific page url with issue to check and find the right css code.
    Thanks
    Mohammad

    #258380
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Try:

    .col-1 .spb_toggle::after {
      color: #fff;
    }

    – Kyle

    #258407
    ASGO
    Member
    Post count: 27
    #258417
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I see that you have extra class like this col1-1 { color: #fff !important; }. That is wrong. You should just insert only col1-1. And use this custom css code:-

    .col1-1 { color: #fff !important; }
    .col-1 .spb_toggle:after {color: #fff !important;}

    Thanks
    Mohammad

    #258893
    ASGO
    Member
    Post count: 27
    This reply has been marked as private.
    #258924
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .col1-1 .spb_toggle:after {color: #fff !important;}
    .col1-1 .spb_toggle{ color: #fff !important; }
    

    Do you need same color to each row. If you dont use same color then define extra class to each row and use code like this.

    .your_extra_class_name .spb_toggle:after {color: #fff !important;}
     .your_extra_class_name .spb_toggle{ color: #fff !important; }

    Thanks
    Mohammad

    #258951
    ASGO
    Member
    Post count: 27
    This reply has been marked as private.
    #258953
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome and glad to help you.
    Thanks
    Mohammad

Viewing 11 posts - 1 through 11 (of 11 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register