Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #62295
    christiane
    Member

    Hi Sakin,
    I use Easy Google Fonts plugin and can change text fonts and headlines easily BUT I cannot change the colour of Featured Content titel #1 – #4 (even though the option is shown and I can move the controler but nothing happens) and I cannot change the Featured Content content at all. Why it doesn’t work? And is there another way to change font-families and colours and sizes?
    Thanks
    Christiane

    #62312
    Sakin
    Keymaster

    @christiane: Font plugin only changes the font family not the color. For color option you can either upgrade to Pro version and change it from “Appearance => Theme Options => Color Options” or you need to post in your site URL and let me know the color code that you want to change for each elements.

    #62314
    Sakin
    Keymaster

    @christiane: For example, to change the featured content title color to red. You can just add the following css in “Appearance => Theme Options => Custom CSS” box:

    .featued-content-wrap .entry-header .entry-title a {
        color: #ff0054;
    }
    #62324
    christiane
    Member

    Oh, thanks. That was easy! 😉 But the font of the corresponding featured content needs to be changed according to the new font we choose for the text paragraphs. (see http://havanamyway.com) Do you have a home remedy for that as well?

    #62326
    Sakin
    Keymaster

    @christiane: To change the default font of the site, you can add the following css in “Appearance => Theme Options => Custom CSS” box:

    body, button, input, select, textarea {
        font-family: "Cabin", Arial;
    }
    #62329
    christiane
    Member

    Great, thanks a lot!

    #62345
    christiane
    Member

    One more … The Featured Content Subheadline Text is the same font-family as the text paragraphs. It should be different as it is an introduction and therefore more special. What line can I use to change it in Custom CSS box?

    #62711
    Sakin
    Keymaster

    @christiane: For featured content sub-headline text, you can add the following css:

    #featured-heading p { font-family: "Archivo Black",sans-serif,Arial; }

    #62803
    christiane
    Member

    You are the best, thanks! It works perfectly.

    #62814
    Sakin
    Keymaster

    @christiane: Thanks for your appreciation. If you like Adventurous theme and it’s support then please support it by providing your valuable review at https://wordpress.org/support/view/theme-reviews/adventurous?rate=5#postform

    #63407
    christiane
    Member

    I did it

    #63419
    Sakin
    Keymaster

    @christiane: Thanks a lot 🙂

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Featured Content Font change’ is closed to new replies.