Problem in social menu RSS logo -Sparking 2.0

Hello Guys,

  1. After updating to sparking 2.0, i created social menu for facebook, twitter & rss feed. But logo of Rss feed is missing. please refer atttached snapshot. Url for rss is specificfeeds.com/easytricks

  2. Text Transformation of header & footer menu is uppercase by defaults. I want capitalize for both manu. I’ve added below code in custom css but this is not working.

.navbar-default .navbar-nav>li>a {
color: #F5F7FA;
line-height: 40px;
text-transform: capitalize;
font-size: 14px;
}

please help me guys.

Regards
Ravi

Hi Ravi,

I hope you are well today and thank you for your questions.

1. After updating to sparking 2.0, i created social menu for facebook, twitter & rss feed. But logo of Rss feed is missing. please refer atttached snapshot. Url for rss is specificfeeds.com/easytricks

To troubleshoot it could you please share me your site URL?

2. Text Transformation of header & footer menu is uppercase by defaults. I want capitalize for both manu. I’ve added below code in custom css but this is not working.

You can achieve this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Apperance -> Customize -> Sparkling Options -> Other -> Custom CSS

#masthead .navbar-default .navbar-nav li a,
#footer-area a {
  text-transform: capitalize;
}

Best Regards,
Movin