This topic has 6 replies, 2 voices, and was last updated 8 years by stefannm.

  • Author
  • #111937
     stefannm
    Participant

    Hi, is it possible to change the colour of the news focus section to have different colours on each page?

    #112287
     sharmstr
    Moderator

    Its transparent. Just change the row or column background color.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #112475
     stefannm
    Participant

    Hi,

    I wold like to change the blue colour of these news focus sections. But  would like to have different colours on the same page. Is that possible?

    Attachments:
    You must be logged in to view attached files.
    #113138
     sharmstr
    Moderator

    Edit the shortcode and add an extra class name, then add the appropriate css to change the color. Example

    extra class name = highlight-red

    css

    COPY CODE
    
    .highlight-red .kleo-tabs .tabs-style-line > li.active > a {
        border-bottom-color: red;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #113494
     stefannm
    Participant

    Hi thanks that worked like a charm.

    Is there any possibility to change the color of the active tab?

    #113525
     sharmstr
    Moderator

    .kleo-tabs .tabs-style-line > li.active > a {
    color: #fff;
    }
    .kleo-tabs .tabs-style-line > li.active {
    background-color: green;
    }

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #113897
     stefannm
    Participant

    thank you very much!

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

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?