-
AuthorPosts
-
June 13, 2019 at 4:19 pm #1109900
Hi,
I have a couple of questions.
1. I would like to adjust the Sub Menu font size to match the Main menu.2. Home Page Maisonary Gallery Font – I would like to change this to be the same font as the Heading font please.
3. Home Page – Under THE CONDUIT heading font I would like to increase the size of the body text (larger) however would not like the rest of the body text in the website to change.
Thank you!
MayaJune 14, 2019 at 5:27 pm #1110389Hey mayamaria,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#av-custom-submenu-1 .avia-menu-text { font-size: 12px; }
If you need further assistance please let us know.
Best regards,
VictoriaJune 17, 2019 at 6:46 pm #1111118Hi,
https://cl.ly/291d4a78a6c6 Do you mean you want to make this text larger? YES
https://cl.ly/2370631129cb How do you want to adjust it? I would like to use the Heading font for this section please.
Thank you,
MayaJune 18, 2019 at 5:50 pm #1111381Hi Maya,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#av-layout-grid-1 .avia_textblock p { font-size: 16px; }
If you need further assistance please let us know.
Best regards,
VictoriaJune 18, 2019 at 6:02 pm #1111389Hi Victoria,
Thanks for the above.
For the font I am using two type at the moment and I would like to use the other one 150239 (400) not 150259 (300).
Thank you.
Maya
June 20, 2019 at 1:01 pm #1111930Hi,
Just wondering if it is possible to resolve the above issue request I sent on the 18th?
Thank you,
MayaJune 20, 2019 at 5:01 pm #1111996Hi mayamaria,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.av-masonry-entry .av-masonry-entry-title { font-family: 'transfonter.org-20190530-150239','HelveticaNeue','Helvetica Neue','Helvetica-Neue',Helvetica,Arial,sans-serif; }
If you need further assistance please let us know.
Best regards,
Victoria- This reply was modified 5 years, 5 months ago by Victoria.
June 20, 2019 at 5:23 pm #1112000Hi Victoria,
Thank you. Neither options are working.
Just to be clear, it is the same font on the Home page as the word ‘The Conduit’ below the Full width Easy slider.Thank you.
MayaJune 21, 2019 at 9:54 am #1112255Hi,
Thank you for the update.
Have you tried enabling the custom css class field? You should be able to apply a unique class attribute to a specific element and use it to adjust its style.
Best regards,
IsmaelJune 21, 2019 at 10:09 am #1112263Hi Ismal.
I have tried that yesterday and just now as well and it is not working. Are you able to see if it works from your end?
Thank you,
MayaJune 23, 2019 at 11:56 pm #1112780June 24, 2019 at 10:17 am #1112861Hi Mike,
Thank you. I’ve tried clearing the brows site and server cache several times but it is still not working. Is it possible that other css code that I am using may be in conflict with another code??? Do you have any other suggestions as to how I could go about resolving this?
Thank you,
MayaJune 26, 2019 at 3:15 am #1113429Hi,
We applied custom css class attributes to the elements, “conduit-larger-text” for the text block and “conduit-masonry” for the masonry gallery element. We then used the following code in the Quick CSS field to apply the desired style.
.conduit-masonry .av-masonry-entry-title { font-family: 'transfonter.org-20190530-150259', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif !important; } .conduit-larger-text { font-size: 32px !important; }
Adjust the values as you wish. We also disabled the compression and the cache plugin temporarily.
Best regards,
IsmaelJune 26, 2019 at 11:11 am #1113566Hi Ismael,
Thank you, it worked! The Font is now correct. How can I adjust the size to be slightly larger?
Thank you,
MayaJune 27, 2019 at 11:24 am #1113897Hi,
Glad it worked. You can adjust the font size value in the following css code.
.conduit-larger-text { font-size: 32px !important; }
You can find it in the Enfold > General Styling > Quick CSS field.
Best regards,
IsmaelJune 27, 2019 at 11:59 am #1113910Hi Ismael,
That code adjusts the size of the sentence underneath ‘THE CONDUIT’. I would like to adjust the text size in the masonry.
Thank you,
MayaJune 30, 2019 at 9:55 pm #1114716Hi,
Sorry for the late reply, to adjust the text size in the masonry please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:h3.av-masonry-entry-title.entry-title { font-size: 30px !important; }
Please adjust the font size to suit, and Then clear your browser cache and any cache plugin, and check.
Best regards,
MikeJuly 1, 2019 at 11:56 am #1114866Hi Mike,
Thank you this worked!
Maya
July 2, 2019 at 6:09 am #1115039Hi Maya,
Great, I’m glad that Mike could help you out. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardJuly 10, 2019 at 4:19 pm #1117502Hi,
How can I change the text colour in the masonry section. I would like it to be red.
Thank you,
MayaJuly 11, 2019 at 4:00 am #1117651Hi,
Please change your css to this:h3.av-masonry-entry-title.entry-title { font-size: 30px !important; color: red !important; }
Best regards,
MikeJuly 11, 2019 at 10:06 am #1117733Hi Mike,
Thank you that worked!
Maya
July 11, 2019 at 1:01 pm #1117781Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Sub Menu Font size’ is closed to new replies.