-
AuthorPosts
-
July 25, 2015 at 10:10 am #340268
The only issues in the Logobar / Navbar sections now are:
1 – right text in white doesn’t have capital 1st letters for the words Fragments , Malcolm & Whittaker
2- Logo is 20 % larger than in should be.
3- Error around the bottom and left of the navbar / the green space.
4- social icons should be further to the left to follow the same spacing as search / cart
5- the following text in the logobar should be 1 font size smaller: 01706839714 / info@waterstreetgallery.co.uk
I will take the code out right now.
Thankyou soooo much
July 25, 2015 at 1:18 pm #340383Hi there,
I went ahead and updated your HTML code in file _navbar.php, this should fix most of these issues. For the lowercase letters, replace your following current CSS code in the Customizer:
.x-logobar h6, .x-logobar .h6 { text-transform: lowercase; }
With this:
.x-logobar h6, .x-logobar .h6 { text-transform: none; }
These questions are more likely related to custom development. We love to help our users but we cannot really provide custom development. At this time, if you need any further customization, it would be outside the scope of support we can offer. If you need more in depth changes, you may wish to consult with a developer. https://community.theme.co//custom-development/
Thank you for understanding. Take care!
July 27, 2015 at 9:40 am #341868Thanks Sooo much ,
Worked perfectly.
Damian
July 27, 2015 at 10:50 am #341933You’re most welcome 🙂
August 31, 2015 at 2:06 pm #374750I, too, wish to change the font of my logobar text to Myriad Pro (an Adobe Typekit font which I am using throughout my new site: firstnet.site). I succeeded in changing the navbar font to Myriad Pro through custom css. I have tried to change the logobar font in the same way, using custom CSS in Customizer as indicated in a reply above — that is:
.x-logobar {
font-family : “myriad-pro”, sans-serif !important;
}But it’s not working. The CSS declaration will not override the Typography setting (Open Sans). Any ideas? See firstnet.site.
August 31, 2015 at 10:18 pm #375073Hi there,
Thanks for writing in! You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.
a.x-brand.text { font-family: "myriad-pro",Helvetica,sans-serif; }
Hope this helps – thanks!
-
AuthorPosts