LebCit
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Finding CSS for Sidebar Widget TltlesHello,
To change the color of your widget sidebar titles try this
aside .widget-title { color: green; }The aside tag is for targeting only the widget titles in your sidebar
A link to your site would let us help you in a beter way 😉
SYA
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Remove right sidebar from home page only?🙂 SYA
Forum: Themes and Templates
In reply to: [Qwerty] Adding header logoHello,
If you know a little bit of php this will not be hard at all !
Theme LogoLet me know if you want more help.
SYA !
Forum: Themes and Templates
In reply to: CSS formatting problemHello,
Quick fix
.menu .currency { display: inline-grid; }Hope this helps !
SYAForum: Themes and Templates
In reply to: [Modality] Get logo and navigation on same line?Hello,
A link so we can help you.
If you are asking for help and your question relates to a specific site or page, please provide a link to it. It may help others when they are trying to help you.
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Remove right sidebar from home page only?Hello,
One googling 😉
Remove Right Sidebar in Twenty Fourteen WordPress ThemeHope this helps
SYAForum: Themes and Templates
In reply to: [InstaAppointment Lite] how to change the heading font h1 h2 h3Hello,
Your are not specific at all !
What do you want to change ?!h1, h2, h3 { font-family: my-font-family; font-size: my-font-size; color: my-headings-color; /* AND SO ON */ }Hope this helps !
SYAForum: Themes and Templates
In reply to: [Misty Lake] Blank lines in the menuHello,
I’ve tried your site on IE11, everything is okay concerning your menu.
SYA
Forum: Themes and Templates
In reply to: Multiple version of stylesheets being loaded – how to stopHello,
To make it simple, let’s create a clean child theme
Save your child style-sheetFast solution for you.
1- Delete your current child theme.
2- Download Child Theme Wizard
3- Activate the plugin and create a new child theme
4- Copy your styles from the saved style-sheet to the new child theme style-sheetWhen you see the child theme style-sheet loading it’s normal
When you see the parent styles it’s normal if you didn’t change them in the child style-sheet !
The barred rules are normal if you did overwrite them in the child theme style-sheet, this means that the applied rules are from the child and not the parent 😉Hope this helps !
Forum: Themes and Templates
In reply to: [Sydney] Changing sub menu font type and lookHello,
Search in your stylesheet for this line
#mainnav ul li a {
font-size: 18px;
}
REPLACE IT WITH THIS
#mainnav ul li a {
font-size: 18px;
font-family: ‘Coming Soon’, cursive !important;
}This should do the trick 😉
Forum: Themes and Templates
In reply to: [Sydney] Changing sub menu font type and lookForum: Themes and Templates
In reply to: [Colinear] Child theme for Colinear – sidebars not workingGlad to here it 🙂
Forum: Themes and Templates
In reply to: [Colinear] Child theme for Colinear – sidebars not workingHello,
Delete your actual child theme.
Install the Child Theme Wizard plugin and create a new child theme.
Now you can customize as you wish 🙂Forum: Fixing WordPress
In reply to: Admin Panel only showing text?Since your installation is on your pc i can’t help you.
I wanted your site url to see what’s not in place.
Best of luck.Forum: Fixing WordPress
In reply to: Admin Panel only showing text?Hello,
Could you give me the link to your website ?