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
Author « Topic »  

dmwhipp
Starting Member

USA
40 Posts

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

Posted - 11/13/2018 :  10:44:55  
Hi,
My client has finally selected their new logo and I am customing a premium responsive template to suit it. I have some changes I will need assistance making. Some of these will require modifications to .php files. I understand these mods will be overwritten by updaters, but will keep a list to reapply afterwards. Should I post for assistance in the Technical > PHP forum or the Design forum?

One of the first changes I would like to make is to determine what is calling the image minipadlock.png in the top left corner of my sample page: [url]https://www.shopstoneage.com/index.php[/url]

I have found that image in incminilogin.php and incminicss.php. Removing it from those files does not remove it from that location, though removing it from incminicss removes it from the Your Account box on subsequent pages. Ultimately, I would like to replace it with the FontAwesome lock \f023

Thanks,
Deborah



Deborah Whipp
http://dwwebdesigns.com
http://altogetherchristmas.com

Andy
ECT Moderator

95440 Posts

Posted - 11/13/2018 :  10:57:14  
Hi Deborah

That is the one line minilogin so will set in incminicss.php

Andy

Please feel free to review / rate our software

Phil
ECT Moderator

United Kingdom
7715 Posts

Posted - 11/13/2018 :  11:21:04  
Just add this line to your css/style.css
div.minicartoneline1 img{display:none;}
to make it disappear. If you want to use something else you can do that using css



* Database Migrations and Conversions*
* ASP to PHP Cart Conversions*

*Contact Us*
*Buy The PHP Capture Card Plugin*
*Rate Our Services/View Our Feedback*

Edited by - Phil on 11/13/2018 11:22:19

dmwhipp
Starting Member

USA
40 Posts

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

Posted - 11/13/2018 :  12:49:08  
Thanks Andy and Phil,
To get it to work, I added the following to css/style.css:

[code]div.minicartoneline1 img { display:none; } /* Removes padlock image from top left bar on all pages */
div.minicartoneline1::before { font-family:"FontAwesome"; content:"\f023"; font-size:0.9em; display:inline-block; padding-top:6px; }[/code]
Thanks!

Deborah Whipp
http://dwwebdesigns.com
http://altogetherchristmas.com
  « 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