First letter of each item on navbar is small
-
I downloaded the latest version of Customizr yesterday and created a child theme. However, the problem that I have is that the first letter of each of the items on the navbar is smaller than the the rest – https://www.katherinelgarden.com
I can see that this problem was on Dec 27th on the Themes and Co website but is showing as being resolved – https://themesandco.com/support-forums/topic/menu-header-issue/
Below is my custom CSS:
font-family: 'Josefin Sans', sans-serif; /* Make Carousel fade - adapt 2s to required delay */ .carousel-inner > .item { -webkit-transition: opacity 2s ease-in-out ; transition: opacity 2s ease-in-out ; } .carousel-inner > .next.left, .carousel-inner > .prev.right { opacity: 1; z-index: 1; left: 0; } .carousel-inner > .active.left { opacity: 0; z-index: 2; left: 0; } .carousel-inner > .active.right { opacity: 0; z-index: 2; left: 0; } /* Change transparency of slider text background*/ .carousel-caption { background: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); position: relative; }
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘First letter of each item on navbar is small’ is closed to new replies.