Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #981694

    Good afternoon. I am wanting to change the background color on the 1st tab of the sections that I am creating and I have tried several different code options and I cannot get it to work.

    What would be the best route for this?

    #981933

    Hey amanda-mdllc,

    Do you want the background colour to apply to the active tab? If so you can try this in Quick CSS:

    .main_color .tabcontainer .active_tab {
        background-color: red !important;
    }

    Best regards,
    Rikard

    #982088

    Good Morning Rikard,

    I would like to have it on the 1st tab only…. where both the tabcontainer and title container are as well as where the active content is displayed. The 1st tab is the most important person in that tab so I want them to stand when both active and not active.

    Thank you so much!
    ~Amanda

    #982367

    Hi,

    Thanks for the feedback, please try this instead:

    .page-id-762 .tab_counter_0 {
        background: red !important;
    }

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.