New Landing How can we help? Cardinal Problem with styling buttons

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Cardinal
  • #269370
    michaelgiso
    Member
    Post count: 31

    Hi,

    I have a problem with some of the buttons on our website. I set them in H3, but they don’t appear in the way that I set the font options of H3. Also, I checked if there aren’t any custom CSS settings for the buttons, but there aren’t. Some of the buttons I have this problem with are the buttons in the picture below. The texts above (‘Private Tailoring’, ‘Pitti Styles’, ‘The perfect suit’) are how the H3 font options are set. The buttons should be styled that way too, but I can’t get them to look the same. Can you take a look? I filled in the admin login details for you.

    Thanks!

    Attachments:
    You must be logged in to view attached files.
    #270012
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Is this specifically the font weight? please test this:

    a.sf-button span.text {
        font-weight: 400;
    }

    Thanks.

    #270760
    michaelgiso
    Member
    Post count: 31

    Thanks, it worked! I have one other question, about something else: I added a toggle on a page, but the hover color of the toggle title is white. This doesn’t look good on my white background. How can I change the hover color of the toggle title?

    #270812
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Can you provide us the link to that page that has the toggle?
    Thanks

    -Rui

    #270826
    michaelgiso
    Member
    Post count: 31
    #271104
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option. And change the colors to the desired ones.
    The 1st rule is for the hover color and the 2nd for the normal state color.

    .toggle-wrap .spb_toggle:hover {
        color: #DDD
    
    .toggle-wrap .spb_toggle {
        color: #222;
    }

    Hope it helps.

    -Rui

    #271197
    michaelgiso
    Member
    Post count: 31

    Thanks, it works!

    #271200
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem. Glad it’s sorted.

    -Rui

Viewing 8 posts - 1 through 8 (of 8 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