Post by lemonie » Tue Nov 22, 2011 4:32 am

Hi

Have just started adapting my theme and can't find the code to change the bullets in the footer. Can anybody point me in the right direction? Thanks

www-flyballstuff-co.uk
Last edited by lemonie on Wed Nov 23, 2011 7:01 pm, edited 1 time in total.

New member

Posts

Joined
Fri Nov 18, 2011 8:28 pm

Post by marcelwoo » Tue Nov 22, 2011 9:26 pm

have a look at the stylesheet.css file and if you know css, I am pretty sure you can handle it.

"We help each other to grow". That's the opencart community!

All free mods
Home Based Ebay business Opportunity(not ads)


User avatar
Active Member

Posts

Joined
Tue Mar 29, 2011 1:45 am

Post by Mooshi » Tue Nov 22, 2011 9:36 pm

Hi!

If you go to line 1569 of your stylesheet

eg: #footer .column ul li

add color:#fff

Newbie

Posts

Joined
Tue Jul 05, 2011 7:52 pm

Post by lemonie » Wed Nov 23, 2011 3:24 am

Thanks for the replies .. am still learning my css so couldn't find this one :choke:

New member

Posts

Joined
Fri Nov 18, 2011 8:28 pm

Post by marcelwoo » Wed Nov 23, 2011 8:46 am

lemonie wrote:Thanks for the replies .. am still learning my css so couldn't find this one :choke:
open catalog\view\theme\default\stylesheet\stylesheet.css

and find:

Code: Select all

#footer .column ul li
add in the following brackets:

Code: Select all

list-style-type:none;
margin-left:-20px;
A <li></li> list will indent all its entities. So the code

Code: Select all

margin-left:-20px;
is to retract the indention done.
You can change the margin-left value to move the list rightwards or leftwards a lil bit.

Hope it works ;)

"We help each other to grow". That's the opencart community!

All free mods
Home Based Ebay business Opportunity(not ads)


User avatar
Active Member

Posts

Joined
Tue Mar 29, 2011 1:45 am

Post by TAC » Fri Nov 15, 2013 10:14 pm

Worked for me so Thank You :D

User avatar
TAC
Active Member

Posts

Joined
Sun Sep 26, 2010 1:33 am
Location - England
Who is online

Users browsing this forum: No registered users and 39 guests