Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #1032065

    Hi
    Your site is in offline mode. Can u share the login details or put the site live so I can check it?

    Regards

    litesvcs Friend
    #1032085
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #1032231

    Hi
    Add below code in custom.css file and change the value of font size and colour as per needs.

    .gallery-list .magazine-section-heading article
    .logo-text a {
      text-decoration: none;
      font-size: 28px;
      color: #ffffff;
      font-family: 'Pacifico', cursive;
    }
    

    Regards

    litesvcs Friend
    #1032275

    Hi, I changed Pacifico to Helvetica but is not working.

    Pankaj Sharma Moderator
    #1032278

    Hi
    Did u add this font family on your site?
    If not first you need to add the font on site with help of this documentation and then change it from css code.

    Regards

    litesvcs Friend
    #1032288

    Hi, Google font Roboto and Arial, i guess is installed in the site. Even with this fonts is not working.
    Thank you

    Pankaj Sharma Moderator
    #1032295

    Hi
    Use this code in custom.css file

    
     .gallery-list .magazine-section-heading article .logo-text a 
     {
      text-decoration: none;
      font-size: 28px;
      color: #ffffff;
      font-family: Pacifico;
    }
    
    litesvcs Friend
    #1032369

    Hi. This changes applies only to User gallery. I am sorry that i did not make it clear from beginning. I want have to ability to change everywhere in site the Logo Text from Pacifico to Arial. Is this code correct in syntax to add it in Custom CSS?

    .logo-text a {
    text-decoration: none;
    font-size: 28px;
    color: #ffffff;
    font-family: ‘Arial’, cursive;
    }

    Pankaj Sharma Moderator
    #1032394

    Hi use this code

    .logo-text a 
     {
      text-decoration: none;
      font-size: 28px;
      color: #ffffff;
      font-family: Pacifico;
    }

    To apply it on all logo classes.
    Regards

    litesvcs Friend
    #1032447

    Hi, I did it as per your instructions but there is no success. Can you login and test it if it works please so not to loose your time?

    Thank you

    Pankaj Sharma Moderator
    #1032567

    Hi
    The code is correct. Kindly place the code in the first line of custom.css
    And remove extra braces as in my screenshot http://prntscr.com/f60v3l
    http://prntscr.com/f60vlm

    Regards

    litesvcs Friend
    #1032863

    Hi,

    I did it as per your instructions and everything is fine.

    Thank you

Viewing 12 posts - 1 through 12 (of 12 total)

This topic contains 12 replies, has 2 voices, and was last updated by  litesvcs 7 years, 6 months ago.

The topic ‘How to change the font and color of Logo Text’ is closed to new replies.