Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Theme support
›
Shortcodes
Blog Slider shortcode modification CSS
cosmecom
April 2015
in
Shortcodes
Hi - I am using the blog slider feature on my home page - but i would like change the Arrows colors or icons in CSS or ftp - is this possible?
Comments
cosmecom
April 2015
I can modify with this css:
.blog_slider .blog_slider_ul li .item_wrapper a.button {
border-radius: 0;
background-color: rgba(185,185,185,0.5);
color: #ffffff;
}
.blog_slider .blog_slider_header a.slider_prev { border-radius: 10; background-color: rgba(185,185,185,0.5) !important; color: #ffffff; }
.blog_slider .blog_slider_header a.slider_next { border-radius: 10; background-color: rgba(185,185,185,0.5) !important;color: #ffffff; }
but the arrows can take the color white.
I need do the same with Up (to top) button and blog navigation arrows but i need the class.
Thanks.
Albert
April 2015
Hi,
for "back to top", this is the class:
#Footer .footer_copy a#back_to_top { /* css here */ }
But we have no idea which navigation arrows you mean. We recommend to have a look at
http://themes.muffingroup.com/betheme/documentation/#theme-customizations
where we explained how to get classes for elements.
cosmecom
April 2015
Thanks Works perfect.
Albert
April 2015
No problem
Sign In
or
Register
to comment.
Comments
for "back to top", this is the class: But we have no idea which navigation arrows you mean. We recommend to have a look at http://themes.muffingroup.com/betheme/documentation/#theme-customizations where we explained how to get classes for elements.