-
Author
-
March 21, 2016 at 11:18 #111937stefannmParticipant
Hi, is it possible to change the colour of the news focus section to have different colours on each page?
March 23, 2016 at 03:06 #112287sharmstrModeratorIts 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
March 23, 2016 at 23:07 #112475stefannmParticipantHi,
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.March 28, 2016 at 18:28 #113138sharmstrModeratorEdit 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
March 30, 2016 at 13:02 #113494stefannmParticipantHi thanks that worked like a charm.
Is there any possibility to change the color of the active tab?
March 30, 2016 at 16:24 #113525sharmstrModerator.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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.