Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
 All Forums
 Technical
 PHP (Unix / Linux / Apache) versions
 Highlight a link with CSS
Author « Topic »  

1818charlie
ECT Moderator

United Kingdom
1180 Posts

Posted - 03/27/2018 :  18:55:04  
A little CSS help is required. I need to highlight the Make a Payment link to look like a button, possibly in green, but what is the CSS required?

The template in question is this one
http://www.ectdemostore.com/rpcards/

The menu link is at the top left of all pages
https://www.dropbox.com/s/xoq1kp9h0dotnqo/ect-menu-pay-link.jpg?dl=0

This is the HTML
<!-- Header -->
<div class="header">
<!-- Top bar -->
<div class="top">
<div class="container">
<div class="row">
<div class="col-sm-8 left_link">
<ul class="left_link">
<li><a href="../pay.php" title="Make a direct payment or pay an invoice">Make a Payment</a></li>
<li><a href="../orderstatus.php" title="Check status of your order">Order Status</a></li>
<li>Telephone: 01204 xxxxxx - 07xxx xxxxxx</a></li>
</ul>
</div>

Steve
Bolton, Lancashire, United Kingdom.
Using ECT PHP versions since 2004

"Make it as simple as possible, but not simpler."

Edited by - 1818charlie on 03/27/2018 19:09:26

dbdave
ECT Moderator

USA
10277 Posts

Posted - 03/27/2018 :  22:12:15  
The first thing to do is give it a class.

<li><a class="paylink" href="../pay.php" title="Make a direct payment or pay an invoice">Make a Payment</a></li>

then target it in your css file like this

a.paylink {
some:css;
}

to make buttons I sometimes use a css generator website. there are several. I like this one
https://css3gen.com/button-generator/


that should get you going. I love css buttons versus images.

1818charlie
ECT Moderator

United Kingdom
1180 Posts

Posted - 03/28/2018 :  04:56:31  
Thanks Dave, on with it now

quote:
I love css buttons versus images

Same here

Steve
Bolton, Lancashire, United Kingdom.
Using ECT PHP versions since 2004

"Make it as simple as possible, but not simpler."

1818charlie
ECT Moderator

United Kingdom
1180 Posts

Posted - 03/28/2018 :  05:27:08  
Sorted !!!

Steve
Bolton, Lancashire, United Kingdom.
Using ECT PHP versions since 2004

"Make it as simple as possible, but not simpler."
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.02 seconds. Snitz Forums 2000