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
Forum Search
Google Site Search
Previous Page
Author « Topic »
Page: of 2

dano2
Ecommerce Template Expert

USA
514 Posts

Pre-sales questions only
(More Details...)

Posted - 10/30/2018 :  07:21:12  
So since I'm trying to make a link from text, should I use which code? Not sure I'm understanding. Sorry. I'm just trying to make those text words that say cooking gadgets, chef gadgets, all gadgets into
Links

Andy
ECT Moderator

95440 Posts

Posted - 10/30/2018 :  07:27:36  
If it's the ones on the home page it would be

a:visited {
color: #6E6C64;
text-decoration: underline;
}

that you would want to change

Andy

Please feel free to review / rate our software

dano2
Ecommerce Template Expert

USA
514 Posts

Pre-sales questions only
(More Details...)

Posted - 10/30/2018 :  18:18:47  
Sorry Andy, I got confused on what I need to do so I put the home page back to its original state.

Here is what I would like to do. On the Home page, there are the 4 sections titled:
"Test Gadgets"
"Cooking Gadgets"
"Chef Gadgets"
"All Gadgets"

What I'm trying to do is make each of those a hyperlink that will each go to one of the
Shopping Cart Categories. Similar to the links at the top of the page that say (home page, our products, view cart)

If I can get the first one called "Test Gadgets" to go to my cat=3
http://safetyproshop.com/products.php?cat=3

Then I can see what I need to do for the others.. I just can't seem to figure out the
coding part for the text.

Thanks again for any help...

Andy
ECT Moderator

95440 Posts

Posted - 10/31/2018 :  00:53:17  
That would be

<p class="prodhead"><a href="/products.php?cat=3">Test Gadgets</a></p>

Andy



Please feel free to review / rate our software

dano2
Ecommerce Template Expert

USA
514 Posts

Pre-sales questions only
(More Details...)

Posted - 10/31/2018 :  16:21:08  
Hi Andy, that worked great, but is there any way to make the text the same
color as "Welcome to our store" or like the Home page, Our products links look
at the top?

Andy
ECT Moderator

95440 Posts

Posted - 11/01/2018 :  01:01:15  
Change the link colors to this

a:link {
color:#4182C4;
text-decoration: underline;
}

a:visited {
color: #4182C4;
text-decoration: underline;
}

Andy

Please feel free to review / rate our software

dano2
Ecommerce Template Expert

USA
514 Posts

Pre-sales questions only
(More Details...)

Posted - 11/01/2018 :  16:10:03  
awesome, that worked great, thanks Andy
Page: of 2 « Topic »  
Previous Page
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.02 seconds. Snitz Forums 2000