gscohier
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Footer area widgets alignFound the solution in case anyone is interested.
Can only get it to work on text widgets though..textwidget { text-align: center !important; }
Forum: Themes and Templates
In reply to: [Customizr] Reduce padding in headeryou’re right I tried a branding plug in but didn’t like it so took it off.
Forum: Themes and Templates
In reply to: [Customizr] Reduce padding in headerOf course. ??
Here it is:
.navbar-wrapper .brand {width:100%;display:block;}
.navbar-wrapper .navbar {width:100%;float:right;}
.wpbb-header-spacer {
height: 10px !important;
}You’ll also need to untick the “Force logo dimensions to max-width:250px and max-height:100px ” in the Customiz’it bit.
Forum: Themes and Templates
In reply to: [Customizr] Reduce padding in headerIt worked thanks!
I adjusted it to 10px because at 0px, it was cutting the top of my logo off.
Thanks for helping on this!Forum: Themes and Templates
In reply to: [Customizr] Reduce padding in headerHere it is: https://social-be.be/
Forum: Themes and Templates
In reply to: [Customizr] TaglineAnd it now randomly works again!
Thank you all for the input… I’m a tad confused as to how it worked then stopped working then started working again… :-S
Forum: Themes and Templates
In reply to: [Customizr] Changing Color of main nav hover and social mediaI added this to mine:
.navbar .nav > li > a { color: #414a9e; }
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover { color: #39c6f4; }The first line is for the colour of the menu text and the last is the colour it changes to on mouse hover
Forum: Themes and Templates
In reply to: [Customizr] TaglineHi rdellconsulting,
I’ve tried the following in the CustomCSS but it didn’t work:
.navbar-wrapper .navbar h2 {
color: #FFFFFF;
float: right;
font-style: italic;
line-height: 19px;
padding-right: 5px;
text-align: right;
}Doesn’t work in my Child Theme either. It’s very odd!
Forum: Themes and Templates
In reply to: [Customizr] TaglineNope. Really odd!
it worked up until updating the theme earlier this evening to 3.0.9I’ve also dug the exact code from the original files and copied and pasted and just updated the colour but it’s no working either.
This is what I found:h2.site-description {
font-size: 16px;
padding-top: 0px;
line-height: 18px;
font-style: italic;
color: #414a9e;The codes are going in my child theme style sheet.
https://www.social-be.beForum: Themes and Templates
In reply to: [Customizr] Taglineupdated and still the same… ??
Forum: Themes and Templates
In reply to: [Customizr] TaglineNope.
Just added it just in case and it’s not changed.Forum: Themes and Templates
In reply to: [Customizr] Mobile Them Social Link RemovalSorry to appear thick but all new to this…
To get the 3 bars to change to Menu ?, what do I put in the style sheet?Is it this?
<span class=”Menu ?”></span><span class=”Menu ?”></span><span class=”Menu ?”></span>
Forum: Themes and Templates
In reply to: [Customizr] Custom Widget Area for Customizr Theme?I’m using a widget called “Display widgets”
Let’s you tick boxes for the pages you’d like the widgets to show on.
Really easy to use.Forum: Themes and Templates
In reply to: [Customizr] Change Font Size for H1,H2,H3,H4?Hi,
Just put this in your child CSS:
h1 {
font-size: 45px;
color: #414a9e;
}Change px numbers to what you want and you can change the colour too as I have done for mine. If you don’t want to change the colour, just omit that line.
Repeat for h2 and so on.Forum: Themes and Templates
In reply to: [Customizr] Featured Pages OptionsAll sorted.
When I put my child theme together, the instructions I found explained I needed to upload the whole theme instead of just the style sheet which is why it was ignoring any theme updates.
Created a new one with just the style.css and it’s worked like a charm! ??