Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #22161

    How to change the color of the main title?

    http://the-5th-quarter.com/  – in my case I refer to “Basketball Agency”

    as well color of the tabs: “Home, Video, Photo, Contact Me….” and their size?

    Just open my web-site and on front page see what I refer to.

    Thanks!

    #22163
    BoldGrid Support
    Keymaster

    You can edit the custom CSS for that text via Customize > Advanced > Custom JS & CSS with the following customization:

    .palette-primary .site-title a {
    color: blue;
    }
    #site-navigation {
    background-color: black;
    }

    #22162
    Arnel C
    Member

    Hello Vladimir,

    Thanks for your question about changing the color of the font in your title and menu tabs.  The functionality for changing these items is not provided because of the responsive design applied to the site.  The code used for the site is set for the theme formatting – which includes the color.  Since the functionality is not part of the interface, the only way you can change it is to find the related CSS (in the theme) and then make changes there.  You can use Google Chrome’s Inspect option to help find the appropriate CSS to change, then make the change in theme’s CSS.  We recommend that you add the code change to the Customizer’s Advanced > Custom Theme CSS section which prevents the code from being removed if the theme is updated.

    2018-08-15_14-58-57.png

    View of the Google Chrome Inspector for locating the CSS location

    This is a coding issue because of the responsive design requirements.  If you make changes to the font colors, then you need to check to see how the colors will be affected when you view the site on a different device (e.g. smart phone or tablet).

    Here’s a screenshot of where the changes to the CSS code would be applied:

    2018-08-15_15-00-34.png

    If you’re not familiar with making CSS changes, then we recommend speaking with an experienced developer.  Otherwise, if you were to keep the font colors the same, you will need to make sure that the background graphics are not going affect the display of the fonts.  Apologies that we can’t give you direct coding changes, but they differ based on the site theme and change requirements.

     

    If you have any further questions, please let us know.

    Kindest regards,
    Arnel C.

     

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to change the color of main title’ is closed to new replies.