By Paul Murray on Wednesday, 28 September 2016
Posted in Elegant
Likes 0
Views 0.9K
Votes 0
Hi Stackideas

I love the Elegant Template.
It is pretty much perfect for my purposes.
I have two requests.

a) Would it be possible to remove the dividing line down at the bottom of the template with a CSS over ride?
It is always there even if there is nothing to divide.
i.e. even there are no modules above/below it.

b) The other thing is would it be possible to get the buttons green as shown on the second screen shot.
Also with a CSS over ride?

I would be very grateful if you could help me with these modifications.

Paul
Hi Paul Murray,

Actually this fall under customization where as stated in our support policy we did not support any customization.However can you try out the css code below and see is it fulfill with your requirement:

section.footer div.container hr.visible-lg.visible-sm {
display: none !important;
}


div#fd.es .btn-es-primary, div.es-widget-create.mr-10 a.btn.btn-es-primary.btn-create.btn-block {
background-image: linear-gradient(to bottom,#0c9019 0,#0c9019 100%) !important;
}


div#fd.es a.btn.btn-es-social.btn-es-facebook {
background-color: #0c9019 !important;
border-color: #0c9019 !important;
}
·
Wednesday, 28 September 2016 18:52
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Muhammad

Thank you that works for a treat.

best

Paul
·
Wednesday, 28 September 2016 19:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Wednesday, 28 September 2016 19:15
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post