New Landing How can we help? Themeforest Theme Support Neighborhood Background color of 'tabs' element

Viewing 4 posts - 1 through 4 (of 4 total)
  • #53542
    elbowroomgraphics
    Member
    Post count: 16

    I have created a class name with the below code and then applied it to a tab element.

    .lightblue
    {
    background-color:#4bb4fc;
    }

    However, it is just creating blue bands as opposed to giving a blue background color to the whole element.
    Can you tell me how to give an element a full background color to the whole area?
    You will see this in the bottom left area of this page: http://elbowroomprint.com

    #53851
    Melanie – SUPPORT
    Member
    Post count: 11032

    Hey, does this help?

    .spb_accordion .ui-accordion .ui-accordion-header {
    background: #4bb4fc!important;
    }
    #53865
    elbowroomgraphics
    Member
    Post count: 16

    Hi Melanie.

    It sort of worked, but looks really clunky. Is there a way to change all text in there to be blue instead of the background color? I’ve got the dropdown text to be blue, but I’d like the titles to be blue too.

    #53952
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    I’m not entirely sure what it is you want to be blue, but try adding this css:

    .accordion .question h5 {
      color: #4bb4fc;
    }

    – Kyle

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

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

License required for the following item
Login and Registration Log in · Register