footer banner

dear sparkling
I’ve to create a footer banner at http://bemar.ir/
but there are some point a questions, how can I make it slide?

  • how can I determine the background color? (as you see the background color of created footer banner seems to be black)
  • How can I create a footer banner like this one(I think it is called providers or sth like that), that we can click to direct them some where else?
    http://mdfgroups.com/fa/
  • I also want to create latest news footer, as we see zerif lite demo theme.
    https://wp-themes.com/zerif-lite/
  • It is possible to dedicate some footer banner only for special pages?

Many thanks for your patience, sorry to ask so many qouestions in one topic, they are some how related, if it botheres you, I’ll split them.

Hi @ptotir,

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

* how can I determine the background color? (as you see the background color of created footer banner seems to be black)

You can try achieving 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 -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS

#content + .cfa {
    background: #000;
}

Please change the color value in the above code to whatever you want to use by referring the following pages.

http://www.w3schools.com/html/html_colorvalues.asp
http://www.w3schools.com/tags/ref_colorpicker.asp

but there are some point a questions, how can I make it slide? * How can I create a footer banner like this one(I think it is called providers or sth like that), that we can click to direct them some where else? http://mdfgroups.com/fa/ * I also want to create latest news footer, as we see zerif lite demo theme. https://wp-themes.com/zerif-lite/ * It is possible to dedicate some footer banner only for special pages?

You will have to develop custom code to achieve this.

Developing custom code for custom functionality is beyond the scope of support that we provide here.

If you are not a developer then you can consider hiring a developer to develop it for you. You can hire a developer from any freelance site. Colorlib recommends the developer https://www.upwork.com/freelancers/~011652ffec8865c6d5 http://freewptp.com/contact

Best Regards,
Movin

Dear MOvin,
THanks to all your kindness.

  • how can I determine the background color? (as you see the background color of created footer banner seems to be black)
    your code worked like a charm :slight_smile:

You are most welcome here :slight_smile:

* how can I determine the background color? (as you see the background color of created footer banner seems to be black)

As said above just change the color value #000 in the above shared code to whatever you want to use by referring the following pages.

http://www.w3schools.com/html/html_colorvalues.asp
http://www.w3schools.com/tags/ref_colorpicker.asp