Skip to content

Commit 78d2809

Browse files
Merge pull request #220 from MachoThemes/master
2.4.1
2 parents 16642cf + 9aa72d6 commit 78d2809

File tree

9 files changed

+2018
-1040
lines changed

9 files changed

+2018
-1040
lines changed

.DS_Store

-10 KB
Binary file not shown.

assets/.DS_Store

-12 KB
Binary file not shown.

assets/css/fontawesome-all.css

+2,003-1,036
Large diffs are not rendered by default.

assets/fonts/.DS_Store

-6 KB
Binary file not shown.

assets/js/.DS_Store

-8 KB
Binary file not shown.

assets/js/vendor/.DS_Store

-6 KB
Binary file not shown.

package-lock.json

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

readme.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,10 @@ Theme documentation is available on http://colorlib.com/wp/support/sparkling
6464

6565
# Changelog
6666

67-
# 2.3.5
67+
# 2.4.1
68+
* Fixed a bug with FontAwesome 5 & RSS feed icon
69+
70+
# 2.4.0
6871
* Added Colorlib Login Customizer as recommended plugin
6972
* Updated FontAwesome to v5.1.1
7073
* Updated FlexSlider to 2.7.0

style.css

+8-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Theme URI: http://colorlib.com/wp/themes/sparkling
44
Author: Colorlib
55
Author URI: http://colorlib.com/
66
Description: Sparkling is a clean minimal and responsive WordPress theme well suited for travel, health, business, finance, portfolio, design, art, photography, personal, ecommerce and any other creative websites and blogs. Developed using Bootstrap 3 that makes it mobile and tablets friendly. Theme comes with full-screen slider, social icon integration, author bio, popular posts widget and improved category widget. Sparkling incorporates latest web standards such as HTML5 and CSS3 and is SEO friendly thanks to its clean structure and codebase. It has dozens of Theme Options based on WordPress Customizer to change theme layout, colors, fonts, slider settings and much more. Theme is also translation and multilingual ready, compatible with WPML and is available in Spanish, French, Dutch, Polish, Russian, German, Brazilian Portuguese, Portuguese (Portugal), Persian (Iranian language), Romanian, Turkish, Bulgarian, Japanese, Lithuanian, Czech, Ukrainian, Traditional Chinese, Simplified Chinese, Indonesian, Estonian, Spanish (Argentina), Hungarian and Italian. Sparkling is a free WordPress theme with premium functionality and design. Theme is ecommerce ready thanks to its WooCommerce integration. Now theme is optimized to work with bbPress, Contact Form 7, Jetpack, WooCommerce and other popular free and premium plugins. Lately we introduced a sticky/fixed navigation that you can enable or disable via WordPress Customizer.
7-
Version: 2.4.0
7+
Version: 2.4.1
88
License: GNU General Public License v2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010
Text Domain: sparkling
@@ -1813,6 +1813,10 @@ p.logged-in-as {
18131813
background-color: #42A6D5 !important;
18141814
}
18151815

1816+
#menu-social li a[href*="dl.acm.org"]:hover {
1817+
background-color: #AEC85C !important;
1818+
}
1819+
18161820
#menu-social li a[href*="arxiv.org"]:hover {
18171821
background-color: #68645B !important;
18181822
}
@@ -2059,9 +2063,10 @@ p.logged-in-as {
20592063
content: "\f16c"
20602064
}
20612065

2062-
#menu-social li a[href*="feed"]:before {
2066+
#menu-social li a[href*="/feed"]:before {
20632067
font-family: 'Font Awesome\ 5 Free';
2064-
content: "\f09e"
2068+
content: "\f09e";
2069+
font-weight: 900;
20652070
}
20662071

20672072
#menu-social li a[href*="dribbble.com"]:before {

0 commit comments

Comments
 (0)