Supplementary guide 3: common CSS changes

This document describes basic CSS changes applicable to almost any SkaDate theme.
CSS descibred in this documents is added into Edit CSS box in Admin panel>> Apperance>> Customize>> CSS tab
Tip: use tools like https://htmlcolorcodes.com/color-picker/ to pick colors hexes to replace #XXXXXX/#YYYYYY within provided CSS
Note: some CSS might not work on some themes. It is up to you to test given CSS under your own theme



Table of Contents:

Main menu
Widgets

 


Widgets:  styles confirmed on Platinum Pro, Lights Shades and Dark Shades themes

To change top border color use following custom CSS:
     .ow_box_cap {border-top: 4px solid #XXXXXX;}
     .ow_box_cap_empty {border-top: 4px solid #XXXXXX;}
Visual example: top border in red color

 

To change left, right and bottom borer colors use following custom CSS:

     .ow_box {border-color: #XXXXXX;}
     .ow_box_cap_right {border-right: 1px solid  #XXXXXX; border-left: 1px solid  #XXXXXX;}

Visual example: borders in blue                                                                                        




To change font color of widget menus (if any) use following custom CSS:

     .ow_box_menu a.active, .ow_box_menu a:hover {color: #XXXXXX}
Visual example: "Latest" menu in red. "Top rated" in red on mouse hover:                            




To change widget button background colors ( if any) use following custom CSS:
     .ow_bl.ow_box_toolbar li a {
background-color: #XXXXXX;}
     .ow_bl.ow_box_toolbar li a:hover {background-color: #YYYYYY;}
Visual example: "Add new" and "View all" in red by default. "View all" in blue on mouse hover:

Widgets: other themes
To change background color of widget's top section use following custom CSS
( styles confirmed on Friends, Sweet, Trend, Platinum Pro and Intense themes): 

     .ow_box_cap {background: #XXXXXX}
     .ow_box_cap_empty {background:#XXXXXX}
Visual example: top section in red:                                                                                         


To change font color of widget's titles use following custom CSS:
     .ow_box_cap h3, .ow_box_cap_empty h3 {color: #XXXXXX;}
Visual example: white titles                                                                             

Main menu

To change change background color of main menu use  following custom CSS:
     .ow_menu_wrap {background: #XXXXXX;}
Visual example: main menu background color in yellow                                              


  • 2 Users Found This Useful
Was this answer helpful?

Related Articles

Basic theme setup guide

This document describes basic/general  setup options applicable to any SkaDate theme....

Supplementary guide 1: items to prepare for basic theme setup

This document describes items to prepare for Basic Theme Setup:  Required: select theme to use...

Supplementary guide 2: Platinum Pro theme setup

This document describes Platinum Pro theme setup.Requirements: prepared graphical assets and...

Supplementary guide 4: index page customizer

This document describes index page (https://[your_site_URL]/index) customizations options...