New Landing How can we help? Themeforest Theme Support Dante Portfolio Tab-bar fill and stroke color

Viewing 14 posts - 1 through 14 (of 14 total)
  • Posted in: Dante
  • #184850
    jiwon
    Member
    Post count: 68

    Hi,

    At product(portfolio) page, I need to change the tab-bar fill and stroke color.

    (default, hover, and selected colors)

    Now when user hover the tab-bar, stroke is disappeared.

    Especially, the color settings should apply to tab-bar, not other elements.

    Thanks.

    Attachments:
    You must be logged in to view attached files.
    #184859
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    /* Default*/
    ul.bar-styling li > a, ul.bar-styling li > span, ul.bar-styling li > div, ul.bar-styling li > form input {
        background-color: #ff0000 !important;
    }
    
    /* Hover*/
    ul.bar-styling li:not(.selected) > a:hover {
        color: #FFF !important;
        background: #F2BB34 none repeat scroll 0% 0% !important;
        border-color: #fff;
    }
    /* selected*/
    ul.portfolio-filter-tabs li.selected a{
    background: #0E2E17 none repeat scroll 0% 0% !important;
    }

    Thanks
    Mohammad

    #311251
    Edit
    Member
    Post count: 6

    Hi,

    sorry for the rookie question (I’m a beginner:) I hope it’s related to this topic…
    How can I change the background of my tabs? I’d like them e.g. green. When clicked on, the default grey (see the first tab) is just fine.
    Could you help me, please?

    Thanks in advance.

    Attachments:
    You must be logged in to view attached files.
    #311267
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    can you provide us a link to that page?

    -Rui

    #311889
    Edit
    Member
    Post count: 6

    Hi,

    thanks for the reply. Unfortunately I can’t because the website is offline just yet. Please let me know whet further information I can provide (except the link…) ๐Ÿ™‚

    Thanks in advance.

    #312153
    David Martin – Support
    Moderator
    Post count: 20834

    Please use this CSS:

    ul.portfolio-filter-tabs li.selected a {
        background-color: green;
        color: #fff;
    }
    #312318
    Edit
    Member
    Post count: 6

    Thanks for your reply. I added that CSS to Custom CSS and doesn’t seem to work (I changed the colour to orange). Maybe I missed something.

    Apologies for the rookie mistakes but any further ideas?

    Thanks in advance.

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

    Will need a URL/login to check this for you.

    #312353
    Edit
    Member
    Post count: 6

    Hi, it’s on a MAMP solution stack, I edit it offline. That’s why the link looks like this: http://localhost:8888/hu/tolmacsolas/ and I don’t think it helps.

    What’s your advice?

    Thanks in advance.

    #312363
    David Martin – Support
    Moderator
    Post count: 20834

    You can create a staging site? Or use this: https://local.getflywheel.com/

    #312447
    Edit
    Member
    Post count: 6

    Hi,

    I tried it and unfortunately had lack of storage on my Mac. I went to the theme documentations and searched for the tabs in question: http://dante.swiftideas.com/pages/about-us-alt/#capabilities
    There’s the ‘Why choose us’ column including Approach, Support, Capabilities tab if you scroll down a bit.
    I hope it helps.
    I’d just like to give an orange background colour to the tab buttons so they won’t be transparent.

    Sorry for any inconvenience.

    Thank you for your help in advance.

    #312492
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Can you try this code.

    .spb_tabs .nav-tabs .active a {
        background-color: green!important;
        color: #FFF;
    }

    -Rui

    #312706
    Edit
    Member
    Post count: 6

    It works! ๐Ÿ™‚ Thank you so much for your support!

    #312708
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem. Glad I could help.

    -Rui

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