This topic has 29 replies, 3 voices, and was last updated 9 years, 11 months ago ago by Eva Kemp
Hello.
I would like to separate site description and search bar on header.What custom css i have work with for site description?
Thanks.
Hello,
Please clarify your request with more details.
Provide us with a site link and describe what exactly you’re trying to achieve.
Thank you.
Regards,
Eva Kemp.
http://talisman4u.com/
This is the site.I’v removed search bar to right and deleted the description.Because when description is enable, it’s goes whit the search bar.I would like to separate them.
Description at the center of the header and the search bar at right side of a header.
P.S. Sorry for my english.
Hello,
Sorry, but we can’t see your site. Website is Under Construction.
Please provide us with wp-admin access in Private Content.
Regards,
Robert Hall.
thanks
Hello,
If I understood you correctly you want to move search form to the right side, don’t you?
So I’ve added this code into custom.css file:
.header2 .et-mega-search {
float: right;
left: 90%;
}
Please check it now.
Regards,
Eva Kemp.
I’ve already moved the search form,look at the header.
Now I want the description will appear at the center of a header.
Hello,
What description you mean? Maybe you want logo will appeared at the center of a header?
http://prntscr.com/5etwjd
Regards,
Robert Hall.
I just wrote the text that i want to put at the center of the header.Take a look.
Thanks.
Please add following code into custom.css file.
.search .et-mega-search form input[type="text"]{
display:none;
}
.header .search {
left: 0px;
padding-top: 0;
}
Regards,
Robert Hall.
But i need the search field will stay at his place,at the right coner.There is a theme build in option to do what you did.Do not need custom css for this.
I need the text at the center and the search at the right side.
Thank you.
Hello,
Please add this code into custom.css file:
.header2 .site-description {
margin-bottom: 40px !important;
}
Thank you.
Regards,
Eva Kemp.
Please look at this
Now you have this code in custom.css file:
.header .search {
left: 450px;
padding-top: 80px;
}
Please replace that code to the following:
.header .search {
left: 0;
padding-top: 55px;
}
Regards,
Robert Hall.
I did what you said.Look at the site now please.
Search field now at the middle of the header and i need it at the right side of it.Description of the site i need at the center of a header.
Hello,
I’ve added this code into custom.css:
.header2 .et-mega-search {
left: 145%;
}
Is search form located where you wanted?
If no please show a screenshot how you wish to display those elements?
Thank you.
Regards,
Eva Kemp.
Thank you very much!
How can i change the desceription of the site?Is it possible?I would lik to make it bigger and with some different colors.
Thanks again.
Hello,
You need add this code in custom.css:
.site-description {
font-size: 25px;
color: red;
}
Replace the values with your own ones.
Thank you.
Regards,
Eva Kemp.
Hi again.Thank you for you help with custom css.
But after update 2.5 i have few problems, first – site description appear not same at diffirent pages,look here
https://talisman4u.com/
https://talisman4u.com/kak-zakazat/
second – woocommerce translation doesn’t work on check out page (it worked on earlier version of theme)
third – woocommerce price filter doesn’t appear in new version 2.5 on pages that are not woocommerce pages.
Thank you very much.
Hello,
Please provide us with FTP credentials in Private Content.
Also you have use old Visual Composer plugin and we can help you to update.
Regards,
Robert Hall.
Thanks.
What is folder for your site on FTP? talisman4u or talisman4u.com?
Regards,
Robert Hall.
Sorry.
talisman4u
Hello,
The problem wasn’t in the theme update. It was in that you activated font only to the home page. I’ve added Marck Script font via Punch Fonts plugin from admin-panel and now it works well. Check it.
Regards,
Robert Hall.
Thank you.
And what about second and third question?
Please look above.
2) You can translate words and strings from checkout page manually in \themes\legenda\woocommerce\checkout\form-checkout.php file.
3) Sorry, but WooCommerse filter work only for WooCommerce pages.
Regards,
Robert Hall.
2) But in last version of Legend translation was automaticly.I checked that.In yhe future my site will be multilingual i don’t want to change php files.Is it possible?Thank you.
Could you please update my visual composer?
Thank you very much.
Hello,
I’ve updated Visual Composer plugin. As I see site description font is the same for all pages now.
Please check it.
Thank you.
Regards,
Eva Kemp.
The issue related to '‘Replace site description’' has been successfully resolved, and the topic is now closed for further responses