• my site is http://www.swim-fitness.com

    i used a website that generates css buttons, i put the code in the custom css field of my website for my frontpage. the two buttons half way down that say see more installs/read more.

    if you click on swim spas button on my menu bar, it shows a listing and there is a feint gray button that says read more. i would like to update this button to look like the ones i used on my front page.

    i found the button code in one of my css files the web designer wrote it in. how do i go about replacing it, and changing it show a nice clean css button like on my front page?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The class on your read more is mybuttontest.

    If you change that to myButton, that will give you the rounded corners and the button will be in the same format as the one on your home page.

    Thread Starter claytiger

    (@claytiger)

    Thank you very much on that fix, another question. if you look at the page. (click on swim spas) it has a listing of spas, and under the image has a link of Snapp app, click here to view video etc. how can i change those to the same style of css button?

    You would do it by adding that class again.

    Just change the link from :

    <a href="http://www.youtube.com/watch?v=2W20zJdF4hE&feature=em-uploademail" >Click Here To Watch The SNAPP APP In Action</a>

    to:

    <a href="http://www.youtube.com/watch?v=2W20zJdF4hE&feature=em-uploademail"  class="myButton">Click Here To Watch The SNAPP APP In Action</a>

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘custom css button issue’ is closed to new replies.