christomwebdesign
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Eleven] Mobile Version of site looks weirdIs it with the text “I have been a student of Katrinaβs in both semi-group class and private class environments for over a year,”
if yes there is a inline css that’s causing the spacing issue
padding-left: 270px;Forum: Themes and Templates
In reply to: [Maskitto Light] Double/duplicate page titleCould you post your site url?
Forum: Themes and Templates
In reply to: How do I remove header image and menu bar from my home page onlycan you try
.home .header { display: none !important; } .home .menu_wrapper { display: none !important; }Forum: Fixing WordPress
In reply to: #Home link issueAny url?
Forum: Themes and Templates
In reply to: [Nerocity] Change Font Color in Menus?Hi add this to your custom css
div.mythemes-menu ul li a { color: #fff !important; } div.mythemes-menu ul li:hover > a { color: #fff !important; }Forum: Themes and Templates
In reply to: [Theme: ThemeSoft] Post grid spacing problemyou can adjust the min-height further
Forum: Themes and Templates
In reply to: [Theme: ThemeSoft] Post grid spacing problemHi, a quick fix can be
.blogitem { min-height: 320px !important; }Forum: Themes and Templates
In reply to: [Azul Silver] photo not fitting within bounds of content areaHi, in your themes custom css try adding this
.full-width .site-content img.size-medium.alignright { margin-right: 0 !important; }Forum: Themes and Templates
In reply to: [Customizr] Open menu item in new windowHi, click on Screen Options and check Link Target
Forum: Themes and Templates
In reply to: [Hiero] changing footer background colourHi, in yuour themes custom css add
.site-extra { background: #fff !important; }Forum: Themes and Templates
In reply to: [Theme: Dream way / SG Windows] Search barjust add it and delete nothing π
Forum: Themes and Templates
In reply to: [Theme: Dream way / SG Windows] Search barHi put this in your theme custom css
.wide .widget.woocommerce.widget_product_search, .wide .widget.widget_search{ display: none !important; }Forum: Themes and Templates
In reply to: [Theme: Dream way / SG Windows] Search barHi, you can hide it via css, do you have site URL that i can look into so i can help you more
Forum: Themes and Templates
In reply to: [Hueman] Sidebar WidthHi do you have site url that i can look into?
Forum: Themes and Templates
In reply to: Are Themes Safe?Hi are you familiar with