prabhukb
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Box with a background color around menu itemsHello
Try
Copy and Paste Below Code:.main-navigation.fixed-on { height: 100%; } .wpc-menu { margin-top: 0; } .wpc-menu a { background-color: #ccc; margin: 0 5px; color: #fff; } .wpc-menu ul li { backkground-color: #ccc; } .wpc-menu ul li a { color: #fff; } .nav-social { margin-top: 0; top: 20px; }
You can adjust the values as per your requirement.
Forum: Themes and Templates
In reply to: Trying to change color for H4 on one pageTry
.page-id-46 h4 { color:#FFA500 !important; }
.postid-46 h4 { color:#FFA500 !important; }
Forum: Themes and Templates
In reply to: i cant change background color of my website.page {
background: #fff;
}.page h1,
.page h2,
.page h3,
.page h4,
body {
color: #111;
}Forum: Themes and Templates
In reply to: [Theme: Flat] Change text color in menu#1 Normal State:
#site-navigation a { color: #fff; }
#2 Hover State:
#site-navigation a:hover, #site-navigation a:focus { color: rgba(255,255,255,0.5); }
3# Active State:
#site-navigation .current-menu-item>a,#site-navigation .current-menu-parent>a,#site-navigation .current-menu-ancestor>a,#site-navigation .current_page_item>a,#site-navigation .current_page_parent>a,#site-navigation .current_page_ancestor>a { color: rgba(255,255,255,0.5); }
You can adjust the color values as per your requirement.
Forum: Themes and Templates
In reply to: [Sydney] Logo sizeHey Tara,
.site-logo { max-height: 200px; }
Thanks,
Forum: Themes and Templates
In reply to: changing colour to footer, flat bootstrap.you can use this css code for mouse over color.
.sidebar-footer .confit-address a:hover { color: #fff !important; }
Forum: Themes and Templates
In reply to: [Oria] how to hide tags in oriaYou can use below css for hide tag:
.single .tags-links { display: none; }
Forum: Themes and Templates
In reply to: [FlatOn] how to import sample dataHey Jose,
Navigate to WordPress Dashboard => Theme Options
Hope this Helps:)
feel free to ask if there is any other problem.Forum: Themes and Templates
In reply to: Round logo causing issues, background color not blendingHi mega,
https://www.ads-software.com/plugins/simple-custom-css
You can try this in your Custom CSS in your DASHBOARD > APPEARANCE > Custom CSS copy and Paste above css code.
Forum: Themes and Templates
In reply to: Round logo causing issues, background color not blendingHey Mega
Try this:
.site-title { -webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px; }
Forum: Themes and Templates
In reply to: changing colour to footer, flat bootstrap.Hey Jaxx,
#1 Footer Top BG color:
.sidebar-footer { background-color: red; }
#2 Footer Bottom BG color:
.after-footer { background-color: red; }
#3 Footer Headings Color:
.sidebar-footer h1, .sidebar-footer h2, .sidebar-footer h3 { color: red; }
You can change the color value as per your requirement.
Hope this Helps:)
feel free to ask if there is any other problem.Forum: Themes and Templates
In reply to: [Sydney] Logo sizeYou can try this in your Custom CSS for achieving that:
.site-logo { max-height: 100%; max-width: 100%; }
Thank you!.
Forum: Themes and Templates
In reply to: [FlatOn] flex control box is incress automaticallyHey Surya,
Navigate to WordPress Dashboard > Appearance > Theme options > General Setting > Custom CSS
please try adding the following CSS code:
edit height value to suit your needs….flex-caption { min-height: 0; height: 100px; }
Hope this helps)
let me know if it works.Forum: Themes and Templates
In reply to: Link css through a functionHello,
Check the URL:
https://codex.www.ads-software.com/Child_ThemesForum: Themes and Templates
In reply to: [Cannyon] Problem with different browsersGlad I cloud help.
Cheers.