Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #690010

    Hi guys, following @Yigit response to my previous post (The post is closed, hence creating a new one),

    Is there a list of all the font settings for all elements?

    I am left not knowing what the CSS is to change the font for the main menu, sub menu, the caption (sub caption), footer etc.

    I have most of my site changed with changing the headings (h1, h2 etc) but what about the rest of the site? As I am using a custom font, I can’t do this through the theme settings. Previous topic is here:

    https://kriesi.at/support/topic/step-by-step-installing-a-new-font/#post-639232

    Many thanks for your continued support

    #690808

    Hey Heathcliffe,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top #header .av-main-nav > li > a {
        font-family: 'chalkdusterregular'!important;
    }
    

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Then please point out the rest of the changes you would like to make. You are going to need custom CSS, we can help you target correct selectors.

    Best regards,
    Yigit

    #690854

    Hi Yigit,

    Thanks, that worked great.

    I really need to change the Fullwidth Easy Slider Caption Text. At the moment I am inserting it into < u > < /u > so I can get it red and with the closest Google Font I could find.

    How would make the Caption Text red (#ed232a) and use the custom font?

    I presume my Caption Text Font Size will still be controlled by the Form Element?

    I would also like to be able to control the styling of the special heading subheading text if possible too.
    Thanks,

    #690876

    Hi!

    Please add following code to Quick CSS as well

    .avia-caption-content u {
        font-family: 'chalkdusterregular'!important;
    }
    .av-subheading p {
        font-family: 'chalkdusterregular'!important;
    }

    Regards,
    Yigit

    #690908

    Brilliant, many thanks,

    I seem to have a problem, LINK below. I have a Special Heading, Heading Text which uses which is ok, but also <u> the text in the <u> changes to red but not the font. I guess I have to specifically make the Special Heading Heading Text this font too?

    Can you let me know what I need to add to Quick CSS?

    Also, I may need to change the font for the Header and Description for the catalogue entries too, if you could let me know those as well

    Really appreciate the help.

    H

    #690912

    Hey!

    Please add following code to Quick CSS as well

    #top .all_colors u, #top .all_colors span[style*='text-decoration: underline;'], #top .all_colors span[style*='text-decoration:underline;'], .av-catalogue-item * {
        font-family: 'chalkdusterregular'!important;
    }

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.