AlicePH
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Fruitful] CustomizationThank you , it works now:)
Forum: Themes and Templates
In reply to: [Fruitful] CustomizationHello,
When version 1.1 is coming?:)I have problem with columns actually. I use short codes, but it show not in the row but under one another. What can it depends of? Thank you for answer!:)
Yea, one more thing. How to change icons?
Forum: Themes and Templates
In reply to: [Customizr] How to remove "entry was posted…" on blog?gpont
.entry-meta {
display: none;
}worked for me 🙂
Forum: Themes and Templates
In reply to: [Customizr] RSS link problemHi, not yet.
No, i don’t use any plug in for RSS.
But i removed it now and use newsletter subscriber. I will work with new letters i decided:)Thank you Nikeo for answer!
Forum: Themes and Templates
In reply to: [Customizr] How to remove "entry was posted…" on blog?NVM found answer 🙂
Thanks anyway!
Forum: Themes and Templates
In reply to: [Customizr] After 3.0.10 How to center logo and menu again?Would like to change font of breadcrumbs.
Forum: Themes and Templates
In reply to: [Customizr] After 3.0.10 How to center logo and menu again?i managed to fix most of it now. But still can’t figure out why breadcrumbs doesn’t inherit from body anymore… hmm:/
sorry to bother guys!:)
here is the link btw: http://aliceph.se/test/
Forum: Themes and Templates
In reply to: [Customizr] After 3.0.10 How to center logo and menu again?actually… now none of the changes works anymore:(
I’m not so good at CSS but found mach info here i forum to change layout. But now anything works. any help plz?Forum: Themes and Templates
In reply to: [Customizr] How to change social media icons?Hi, Very interesting indeed!:) same question, how to change color and size?
Forum: Themes and Templates
In reply to: [Customizr] Post and page fonts. Possible to change?Thanks!
works fine!
Now when i changed font style on my pages. Breadcrumbs are still remain same old style. How do i change it?
And how do i change the first word of breadcrumbs? Ex. i have Home->Tjänster , i would like to change “home” to site language swedish. Hem->Tjänster. It’s still remains in english even if i have all pages in swedish.
Thank you so much for helping:)Forum: Themes and Templates
In reply to: [Customizr] Customizr informal FAQHey,
Can u add “how to change font and font-size on pages and posts” please:)?
Forum: Themes and Templates
In reply to: [Customizr] How to change menu font size in the header?Thank you so much for help! Great support:)
Forum: Themes and Templates
In reply to: [Customizr] How to change menu font size in the header?Hi, i used only CustomCSS Panel without creating Child Theme style.css. Strange what other changes applied besides font size.
It looked like this:
.navbar .nav > li > a {
font-size: 20px;
}.navbar .navbar-inner { background: none; box-shadow:none; }
.navbar .nav {
display: block;
float: left;
margin: 25px 10px 0 0;
position: relative;
padding: 25px 10px 10px 0;
}But now I created Chid Theme style.css and it works! New code:
.navbar .nav > li > a:first-letter {
font-size: 22px;
}.navbar .nav > li > a {
font-size: 20px;
padding: 5px 20px;
}.navbar .navbar-inner { background: none; box-shadow:none; }
.navbar .nav {
display: block;
float: left;
margin: 25px 10px 0 0;
position: relative;
padding: 25px 10px 10px 0;
}Forum: Themes and Templates
In reply to: [Customizr] How to change menu font size in the header?http://test2.aliceph.se
here:) Thank you!Forum: Themes and Templates
In reply to: [Customizr] How to change menu font size in the header?Do you know why it doesn’t work?
i tried to remove other custom css and make logo smaller but it’s the same.
Thanks!