Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #1173240

    Hi
    We use Reiter (tabs) on one page.
    Works fine, but on mobiles, the active Reiter (tab) is not visible because the color is wrong.
    How we can change the color only for mobiles?
    See example on private section.
    Thanks.
    Best regards
    Mike

    #1173637

    Hey Michael,

    We cant see the web site it is locked, how can we help?

    Best regards,
    Basilis

    #1176635

    Hi Basils
    I sent you the login data, so you could see it.
    Now the website is official, so you can also see it without login.
    Best regards
    Mike

    #1177006

    Hi Mike,

    I’m getting 404 errors on all the URLs you posted. I’m guessing you moved the site?

    Not Found
    The requested URL /chronik/ was not found on this server.

    Best regards,
    Rikard

    #1177124

    Hi Rikard
    Ups, sorry about that!
    Yes, in the meantime the website is live and has a new URL.
    See private content.
    Best regards
    Mike

    #1177441

    Hi Mike,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .main_color .tabcontainer .tab {
        color: blue !important;
    }
    }

    Best regards,
    Rikard

    #1177571

    Hi Rikard
    It works!
    Thanks very much.
    You can close this issue.
    Best regards
    Mike

    #1177584

    Sorry, one last question.
    Is it also possible to change the color for the active tab?
    Best regards
    Mike

    #1177867

    Hi Mike,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .main_color .tabcontainer .tab.active_tab {
        color: #1a1818;
        outline: none;
        font-weight: normal;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1178070

    Hi Victoria
    This works! Thanks very much.
    Perhaps one little last question.
    We have a lot of tabs on this page, see private content. There are three rows of tabs.
    Now it looks a little bit special, that the second row has no border at the bottom.
    How we can set here also a border with CSS?
    Thanks very much.
    Best regards
    Mike

    #1178293

    Hi Mike,

    Please try this CSS as well:

    .js_active .top_tab .tab {
        border-bottom: 1px solid #fff;
    }

    Best regards,
    Rikard

    #1178673

    Hi Rikard
    Thanks for the code. It works, but it does not look good, because the tabs also have top borders and then it looks very fat ;-)
    We let it without.
    You can close this issue.
    Best regads
    Mike

    #1178878

    Hi Mike,

    Yes, that is the problem. But the code to only add bottom border to some of the elements would be a bit complicated unfortunately. I’ll close this thread for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Change style of Reiter (tab) on mobiles’ is closed to new replies.