-
AuthorPosts
-
April 5, 2014 at 7:19 pm #247847
Hi Guys…
Absolutely, hands down…best theme I’ve ever purchased and worked with. I’m using this theme to redo my website and was wondering (praying) if there would be a quick css that would:
1) Allow me to remove the small margin above the header so that my logo could be flush with the top of screen
2) Have the main navigation sit to the left and right of the logo viewhttp://www.ericrusselldp.com/wordpress
Thanks in advance!
April 7, 2014 at 2:32 pm #248184Hi erussell!
1- Please add following code to Quick CSS in Enfold theme options under Styling tab
.logo img { padding: 0; }
2- It is possible but would require deeper customization. You are going to need to hire a freelance developer on Envato Studio or Codeable for that kind of customization as it is beyond the scope of support we can provide. You can also request quote from WerkPress.
Best regards,
YigitApril 7, 2014 at 2:39 pm #248192Worked perfectly…thanks. And I figured it may require customizations so thank you for the recommendations.
I’m sure I could eventually find this, but where can I set the responsive parameters so the logo will stay remain centered when it scales down for smartphones?
Thanks again…
April 7, 2014 at 2:47 pm #248199Hey!
Please add following code to Quick CSS as well
@media only screen and (max-width: 767px) { .responsive #main { margin-top: -81px; } .responsive .mobile_slide_out .logo { margin-left: 50%; }}
You may need to adjust the margin left value to center it perfectly
Regards,
YigitApril 7, 2014 at 2:57 pm #248207Worked perfect. Thanks again.
One last question…I’ve successfully added both custom and google fonts to the site, however I’m not able to change the font on the main menus as well as the main body type. I’ve seen little snippets about it, but it seems some have been problematic. What would be your recommendation for the best approach to this?
Thanks.
April 7, 2014 at 3:02 pm #248209Hey!
You can use following code in Quick CSS field to change them
.av-main-nav > li > a { font-family: 'Open Sans', sans-serif; } body { font-family: 'Open Sans', sans-serif; }
It seems like you have already changed it – http://i.imgur.com/5nCrPy3.png
Please flush browser cache and refresh your page a few times if you cannot see the changes
Regards,
YigitApril 7, 2014 at 3:50 pm #248246Worked Perfectly…again. What you saw was a font that is very close to what I’m using, but now I’ve got the specific font and weight set, so thanks again.
http://www.ericrusselldp.com/wordpress/fonts/
As others have said, this theme is great…best one I’ve ever worked with and I appreciate your responsiveness. I’m trying to only ask questions that I can’t find, but is it possible to customize the buttons? I’m looking to replicate the buttons on another site of mine: http://ericrussellcommercialarts.com/sitedev/index.html
Specifically the READ MORE button just below the thumbnails. I’ve already installed the typeface, now I’m just wondering if I can quickly modify the look with some quick css.
Thanks, I think this should be my last question. :)
- This reply was modified 10 years, 7 months ago by erussell.
April 7, 2014 at 3:51 pm #248248Sorry, I guess I should have posted the link to my other site: http://ericrussellcommercialarts.com/sitedev/index.html
April 7, 2014 at 3:54 pm #248250Hi!
Can you show which read more buttons on your website? I could not find it. Also, how you would like to customize it?
Best regards,
YigitApril 7, 2014 at 4:02 pm #248253Here is a screenshot of the sites style guide where I’ve defined the buttons. I don’t expect you to show me how to do all the buttons, but if I knew how to do one, obviously I could figure out the rest. Thanks Yigit.
http://www.ericrusselldp.com/wordpress/enfoldsupport/EricRussell_SiteDesign_StyleSheet.jpg
April 7, 2014 at 4:19 pm #248257Hi!
You should choose subtle color in button options to see the changes
.main_color .avia-color-theme-color-subtle { background-color: transparent; color: black; border-color: black; } .main_color .avia-color-theme-color-subtle:hover { background-color: black; color: white; border-color: black; }
Regards,
YigitApril 7, 2014 at 4:37 pm #248270Perfect!
Now I’m just wondering if I an change the font in the button. I’ve already loaded up a google font (Montserrat) which I have defined as the button font in H6 here:
http://www.ericrusselldp.com/wordpress/fonts/Is there any way I can replace it?
PS. Do you guys accept tips? ;)
April 7, 2014 at 4:51 pm #248278Hey!
Following code should do it
.main_color .avia-color-theme-color-subtle { font-family: 'Montserrat', sans-serif; }
And no, we are just glad to help. We appreciate your kindness :)
Cheers!
YigitApril 7, 2014 at 4:59 pm #248281Yigit, you’ve just been elevated to rockstar status.
It looks just a bit off…is there a way I can change the font size or adjust things so the text floats a bit better in the box?
Thanks for all your time.
April 7, 2014 at 5:05 pm #248286Hi!
Please as following code to Quick CSS as well and adjust as needed
.main_color .avia-color-theme-color-subtle { font-size: 15px; }
Cheers!
YigitApril 7, 2014 at 5:09 pm #248292Just figured out the font size (duh), now just trying to figure out the best syntax to add so the font sits center in the button since it needs to be a bit higher: http://www.ericrusselldp.com/wordpress/
…and I’m serious about the tip. You probably can’t take them, but if you can send me your paypal ;)
April 7, 2014 at 5:33 pm #248303Hi!
Can you post a screenshot and show how you would like to look? I am not sure if i really understood the issue :/
Cheers!
YigitApril 7, 2014 at 5:40 pm #248313So it’s just moving the text up 2 – 3 pixels: http://www.ericrusselldp.com/wordpress/enfoldsupport/button-adjust.jpg
April 7, 2014 at 5:43 pm #248316Hi!
It does look centered on my end – http://i.imgur.com/VJwpXBV.png
Which browser and OS are you using?
You can adjust using following code.main_color .avia-color-theme-color-subtle { padding-top: 5px; }
Cheers!
YigitApril 7, 2014 at 5:49 pm #248323I’m on MacOSX and Safari 7.0.2, but it was just barely off and the padding script did it.
Yigit, sincerely…thank you for your help today. Best support I’ve ever had.
April 7, 2014 at 5:50 pm #248327 -
AuthorPosts
- The topic ‘Split Navigation / Logo Flush to Top of Browser’ is closed to new replies.