Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #154659
    janianni
    Participant

    Haven’t worked on websites for 14 years, wow things have changed. Appreciate any help. Clean Journal had everything I needed for site, except for snapchat in social links and can’t locate how to change font and size “contact us” menu item in header menus. This is a work in progress. http://webwritesolutions.com

    #154728
    Skandha
    Participant

    @janianni: To change the font and size of “Contact us”
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #menu-item-489 {
    	font-family:ravie;
    	font-size:16px;
    }

    You can change the font size and font family according to your choice.

    Currently it is not possible to add snapchat icon using social links.
    For this you need to use Font Awesome Icons and add a bit of additional CSS Code.

    Let me know if this works out!
    Kind Regards,
    Skandha

    #154755
    janianni
    Participant

    Hi Skandha, Thanks, “Contact Us” is now perfect. Used to write all my own css and read it like a book, will take me a while to get back to that stage, can’t even find where to change font and backgrounds for Main Navigation Bar at the moment. Thanks also for the info re Snapchat and social links, found this posting https://themetry.com/supplemental-social-icons/ which explained why wp/genericons don’t really support snapchat. Anyway taking the easy way out will add Snapcode widget to sidebar. Once again thanks heaps.

    #154798
    Skandha
    Participant

    @janianni: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/clean-journal/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to add snapchat to Social links and change font in header menu’ is closed to new replies.