• Resolved ishareknowledge

    (@ishareknowledge)


    Hi, I have been trying to do the following:

    1. Increase the title and tag fonts of the front page of my site. I have not had any luck. Can you help me?
    2. Insert a nice photo in the media image but the words are just too faint for readers to see and read once I load the background image. I tried using 9% opacity but the words were still too small. Can you help?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter ishareknowledge

    (@ishareknowledge)

    3. Also the size of the fonts for the menu tool bar is too small also. Can you help? Thanks so much.

    Hello @ishareknowledge,

    Thanks for reaching out and sorry for the delayed reply.

    Please try the code snippets displayed below. You can add them to Appearance > Customizer > Additional CSS

    /* Increasing font size for titles */
    .home .entry-title{
    	font-size:2.5em;
    }
    
    /* Increasing font size for tags */
    .home .tags-links{
    	font-size:1.5em;
    }
    
    /* Adjusting font for site description in order to match background, values are just examples */
    .site-description{
    	color:red;
    	font-weight:600;
    }
    
    /* Adjusting font for menu items, values are just examples */
    .main-navigation a{
    	font-size:20px;
    	text-transform:uppercase;
    	font-weight:600;
    }

    Let me know if the code provided above helps. ??

    Best Regards,

    Milos

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Primer Theme- increase Title and Tag fonts front page’ is closed to new replies.