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
footer line
kimekiddies
January 2018
in
Theme support
hello team
how to change the color of the line below
footer on
http://themes.muffingroup.com/be/furniture/
Comments
Bryan
January 2018
Hi,
please go to theme options>custom css&js>css and you will find the border declared there.
Just remove it.
#Footer .footer_copy .one {
border-top: 3px solid rgba(0, 0, 0, 0.8);
}
Sign In
or
Register
to comment.
Comments
please go to theme options>custom css&js>css and you will find the border declared there.
Just remove it.
#Footer .footer_copy .one {
border-top: 3px solid rgba(0, 0, 0, 0.8);
}