designbyjesseR
Forum Replies Created
-
Forum: Themes and Templates
In reply to: remove searchadd this rule declaration to your child theme:
#content-search {
visibility: hidden;
}Forum: Themes and Templates
In reply to: [Customizr] Inner shadow navbarcan you give your website URL so people can take a look ? ??
Forum: Themes and Templates
In reply to: [Magazine Basic] How to Make Header Overlap Menu Barcould it be resolved by changing the opacity of the nav bar? here is a little code declaration try it out and see if you’re happy with the result ?? play around with the value.
#site-navigation, #site-sub-navigation {
opacity: 0.85;
}Forum: Themes and Templates
In reply to: [twenty-twelve theme] Reducing white space around contentcan you give URL to your site so people can take a look? ??
Forum: Themes and Templates
In reply to: White Space reductionadd this rule declaration to your child theme:
.site-content {
margin-top: -48px;
}Forum: Themes and Templates
In reply to: [Customizr] Remove navigation location (Not navbar!)If you mean so called “bread crumbs” you can hide them from your wordpress dashboard ??
Forum: Themes and Templates
In reply to: [Theme: Customizr] Can't get the entire header same coloradd this rule declaration to your child theme:
.navbar .navbar-inner {
background-color: #FF0000;
}did it work out? ??
Forum: Themes and Templates
In reply to: [Able] Removing borders around social media iconsadd this to your child theme and the borders are gone:
.widget-area img {
border-radius: none;
box-shadow: none;
}did it work out? ??
Forum: Themes and Templates
In reply to: [upTown] Search Results Showing Different ColorCheck this tutorial out https://managewp.com/how-to-create-a-child-theme and once you’re done put that code line I gave to your child theme Styles.css ??
Forum: Themes and Templates
In reply to: [Oxygen] Link Colours in side barYou can do it also by CSS. Here is the code declaration:
.sidebar .widget-title {
font-size: 20px;
padding-left: 15px;
}play around the values and see whats right ??
Forum: Themes and Templates
In reply to: [Spun] Lines around edge of circlesare you sure thats the right URL? I cannot open https://www.meditationcourse.yogansardinia.com
Forum: Themes and Templates
In reply to: [Twenty Thirteen] How to customize X link in the Search widgetcan you give your site URL so people can take a look? ??
Forum: Themes and Templates
In reply to: [Expound] Changing the footeryou have to change it through your wordpress dashboard (if your theme has that option) or modifying your html code ??
Forum: Themes and Templates
In reply to: [Pinboard] Background color in resized menustry adding these ones to your child menu:
#access:target .menu a {
background: #F97B45;
}#access: .menu a:hover {
background: #FA956A;
{did it work out? ??
Forum: Themes and Templates
In reply to: [Spun] Lines around edge of circlesThere is some CSS code inserted which declares the rules for certain browsers in this case mac / safari. Can you give your website URL so people can take a look ??