badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Slogan Button

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #25985
    Justyn
    Participant

    Hello, I am trying to change the background and text color of the button on the Slogan bar under my slider. Is there any custom CSS that I can use to accomplish this? Thanks in advance.

    My website URL is http://www.nanotecnexus.org/

    #26025

    Hi Justyn,

    I just visited to your site and there is something error on your site. Add the following css in custom css

    .slogan-wrap {
      background-color: #05a9c5; /* change this color code to your need*/
    }
    .slogan-wrap .view-work {
      background: #89a452;
      background: -webkit-linear-gradient(#A1B675, #89a452);
      background: -moz-linear-gradient(#A1B675, #89a452);
      background: -ms-linear-gradient(#A1B675, #89a452);
      background: -o-linear-gradient(#A1B675, #89a452);
      background: -webkit-gradient(#A1B675, #89a452);
      background: linear-gradient(#A1B675, #89a452);
    }
    .slogan-wrap .view-work:hover {
    	background: -webkit-linear-gradient(#D0DBBA, #89a452);
    	background: -moz-linear-gradient(#D0DBBA, #89a452);
    	background: -ms-linear-gradient(#D0DBBA, #89a452);
    	background: -o-linear-gradient(#D0DBBA, #89a452);
    	background: -webkit-gradient(#D0DBBA, #89a452);
    	background: linear-gradient(#D0DBBA, #89a452);
    } 

    change the above color code you want
    hope this may help you

    Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.