-
AuthorPosts
-
August 25, 2014 at 8:41 pm #308971
Hi, I have a Mega Menu and I’d like to make the ten links in my menu larger. (Just the font)
https://www.dropbox.com/s/qc8eycvublj4xre/Screenshot%202014-08-25%2015.40.36.png?dl=0
August 26, 2014 at 7:15 am #309139Hi,
Can you post the link to your website please?
Regards,
JosueAugust 26, 2014 at 12:41 pm #309295This reply has been marked as private.August 26, 2014 at 12:47 pm #309302Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#top #header .mega_menu_title a { font-size: 22px;
Best regards,
YigitAugust 26, 2014 at 3:20 pm #309359Alright. Could’ve that affected the text size for my posts, as you can see here? I also made another customization and I’m not sure which one caused the text to get smaller..
https://www.dropbox.com/s/21d09llkfvhrsvv/Screenshot%202014-08-26%2010.20.37.png?dl=0
August 26, 2014 at 3:39 pm #309374Hey!
What is the other change you made? Code i posted only affects mega menu titles
Best regards,
YigitAugust 26, 2014 at 5:05 pm #309414This reply has been marked as private.August 26, 2014 at 5:21 pm #309427Hi!
Following code is causing the issue
h1, h2, h3, h4, h5, h6 { font-weight: 400; }
You can add following code to Quick CSS to avoid the issue
h3.slide-entry-title.entry-title { font-weight: 600!important; }
Best regards,
YigitAugust 26, 2014 at 6:16 pm #309462The issue seems to be persisting, and implementing itself in different ways, ie. the dashboard..
https://www.dropbox.com/s/r2e4lhh116dxvdu/Screenshot%202014-08-26%2013.14.54.png?dl=0
and the font is still small on post titles,
https://www.dropbox.com/s/lu1w6c92tkzg5ih/Screenshot%202014-08-26%2013.15.19.png?dl=0
and page titles are large, like this, https://www.dropbox.com/s/i6kk9lvbcjzskmu/Screenshot%202014-08-26%2013.15.37.png?dl=0 but on the posts page (titled Events & Programs) it is small, and my edits to the CustomCSS did not work. https://www.dropbox.com/s/gp4i8bxi10cek5q/Screenshot%202014-08-26%2013.16.09.png?dl=0
August 26, 2014 at 8:50 pm #309522August 27, 2014 at 1:02 pm #309788I wanted to apply it to the h3 and h4 elements that were used in the footer and places that were too weighty, but now I like the look of the font-weight being less for all the header elements, but it was messed with the size of everything on my computer.
I would also figure out if my modifications in the custom CSS is not allowing the posts page to have a big title as well..
August 27, 2014 at 2:41 pm #309838Hi!
You can change your code to following one
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6, #header h1, #header h2, #header h3, #header h4, #header h5, #header h6 { font-weight: 400; }
so it will be applied to heading elements only on header and footer
Regards,
YigitAugust 27, 2014 at 3:50 pm #309892Alright, that seems to have worked.
However, how can I make the post titles larger again, they seem to be strangely small.
https://www.dropbox.com/s/4dk6rbyerq9i2uc/Screenshot%202014-08-27%2010.47.05.png?dl=0
And I have yet to resolve why the “blog” page has smaller title text than every other page.
https://www.dropbox.com/s/22kqiqjtdmgqm3a/Screenshot%202014-08-27%2010.49.15.png?dl=0 (blog page)
https://www.dropbox.com/s/fizpsk7iv2m9unm/Screenshot%202014-08-27%2010.49.30.png?dl=0 (any other page)August 27, 2014 at 3:58 pm #309900Now that I look, it appears as though there’s an issue with Safari on my Yosemite Beta.. in IE, it renders differently, although I’d still say that the blog post titles are too small..
https://www.dropbox.com/s/ppznul7cpjpuzv3/Screenshot%202014-08-27%2010.57.58.png?dl=0
August 27, 2014 at 11:34 pm #310097Hi!
To increase the post titles size on the slider in the homepage:
.avia-content-slider .slide-entry-title { font-size: 18px !important; }
The issue with the title size difference because of this code:
h1.main-title { font-size: 2.5em!important; text-transform: uppercase; }
Change it to:
.main-title { font-size: 2.5em!important; text-transform: uppercase; }
Regards,
JosueAugust 28, 2014 at 12:30 am #310133Thanks, all of this seemed to do the trick finally :) :)
August 28, 2014 at 1:44 am #310154You are welcome, glad to help :)
Regards,
Josue -
AuthorPosts
- You must be logged in to reply to this topic.