Viewing 23 posts - 1 through 23 (of 23 total)
  • Author
    Posts
  • #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!
    Maya

    #1110389

    Hey 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,
    Victoria

    #1111118

    Hi,

    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,
    Maya

    #1111381

    Hi 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,
    Victoria

    #1111389

    Hi 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

    #1111930

    Hi,

    Just wondering if it is possible to resolve the above issue request I sent on the 18th?

    Thank you,
    Maya

    #1111996

    Hi 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 4 years, 9 months ago by Victoria.
    #1112000

    Hi 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.
    Maya

    #1112255

    Hi,

    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.

    // https://kriesi.at/documentation/enfold/intro-to-layout-builder/#turn-on-custom-css-class-field-for-all-alb-elements

    Best regards,
    Ismael

    #1112263

    Hi 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,
    Maya

    #1112780

    Hi,
    I took a look at your page and found that your css seems to contain curly quotes:
    2019-06-23-174633
    But when I check your Quick CSS and other css locations I find no curly quotes
    Perhaps this is in your site cache, please try clearing your browser, site, & server cache

    Best regards,
    Mike

    #1112861

    Hi 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,
    Maya

    #1113429

    Hi,

    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,
    Ismael

    #1113566

    Hi Ismael,

    Thank you, it worked! The Font is now correct. How can I adjust the size to be slightly larger?

    Thank you,
    Maya

    #1113897

    Hi,

    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,
    Ismael

    #1113910

    Hi 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,
    Maya

    #1114716

    Hi,
    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,
    Mike

    #1114866

    Hi Mike,

    Thank you this worked!

    Maya

    #1115039

    Hi 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,
    Rikard

    #1117502

    Hi,

    How can I change the text colour in the masonry section. I would like it to be red.

    Thank you,
    Maya

    #1117651

    Hi,
    Please change your css to this:

    h3.av-masonry-entry-title.entry-title {
    font-size: 30px !important;
    color: red !important;
    }

    Best regards,
    Mike

    #1117733

    Hi Mike,

    Thank you that worked!

    Maya

    #1117781

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 23 posts - 1 through 23 (of 23 total)
  • The topic ‘Sub Menu Font size’ is closed to new replies.