Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #33685
    Natasha
    Guest

    Hello
    The first letter in my site title is a different color then the rest of the letters (as that is how the theme was). But I want the site title to be all the same color. What CSS code do I add so they are all the same color?

    Currently the CSS code is .boldgrid-css{ background: white; }

    thank you.

    #33689
    Jesse Owens
    Keymaster

    Hi Natasha-

    Thanks for reaching out, and for using the Wedge WordPress Theme from BoldGrid.

    Wedge features an alternate-color first letter for both the Site Title, as well as the first letter for Page and Post titles. Add this code to your Custom Theme CSS in the Customize > Advanced > Custom JS & CSS menu:

    .site-title::first-letter, h1.entry-title::first-letter {
    	color: unset !important;
    	font-size: unset !important;
    }
    
    • This reply was modified 3 years, 2 months ago by Jesse Owens. Reason: Fix typo in CSS code
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Wedge Theme First Letter is Different Color’ is closed to new replies.