migochi
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hitchcock] Remove Feature Image showing up on postsHi! I used the same theme so i can help you!
You must go to css style and change code:
.flexslider { position: relative; overflow: hidden; }
to this:
.flexslider { display: none; position: relative; overflow: hidden; }
That’s all!
Hi!
After using this code, plus actually disappeared but unfortunately heading up sprawled in a large view.
In mobile view : icons flags are further below phone number.I would like to in a mobile version: phone number and flags were still visible on one level as shown in this screenshot:
Please help!
NataliaForum: Themes and Templates
In reply to: [Tracks] Font style h1,h2,h3,h4It works great!
thank you very much Ben!Ok
Your code was great but I changed it a little because when I used it pl icon was on the left and en icon was on the right.I used code like this:
#menu-item-395-en {
padding-left: 0px;
}
#menu-item-393-en {
padding-left: 0px;
}
#menu-item-395-pl {
padding-left: 0px;
}
#menu-item-393-pl {
padding-left: 0px;
}
@media all and (min-width: 600px) {#menu-secondary {
width: calc(100% – 135px);
}
#menu-item-395-en {
float: right;
}
#menu-item-393-en {
float: right;
}
#menu-item-395-pl {
float: right;
}
#menu-item-393-pl {
float: right;
}
}And it’s great now, if only permanently remove this plus from the mobile menu it would be perfect I think ??
Maybe you know how rename this symbol (plus) with css code?and one more thing I’m worried about: when I minimize site and later maximize it… the language icons go down.
Natalia
Hi
One more thing.
I use code:
#menu-item-395-pl {
padding-left: 800px;
}#menu-item-395-en {
padding-left: 0px;
}#menu-item-393-pl {
padding-left: 800px;
}#menu-item-393-en {
padding-left: 0px;
}to move language icons to the right but now mobile menu look bad.
Maybe possible is to rename plus symbol from mobile menu and compress secondery menu to one line with social icons?Or put phone number and language widget to header in text form instead menu form?
Please help
Nataliaok I figure it out.
Thanks for your help one more time!
Regards
NataliaDear Ben.
You solved both my problems so thank you very much.
I have one more question:
How to move the language icons (this is a part of secondary menu) more to the right or even the center of the header.Regards
NataliaForum: Themes and Templates
In reply to: [Tracks] Change color of one headline in menu.Thank you very much Ben!
It works great!
Forum: Themes and Templates
In reply to: [Tracks] Space between logo and white bodyIt works great!
Thanks!