2 replies [Last post]
1BentCPA
1BentCPA's picture
Offline
newbie
Last seen: 8 years 51 weeks ago
Timezone: GMT-4
Joined: 2014-04-01
Posts: 2
Points: 3

I am working on my first site powered by a good theme and opencart. It was not 3 days before I realized I want to go under the hood and here I am. I theoretically understand what HTML and CSS is and have a a good mindset to get the general ideas, plus I am determined. I ask you humble people to help me with the following;

1. I want to be able to change the background image. (the images are here (public_html/image/data/demo/backgrounds/ )

2. I want to be able to change the background to a video. ( I read I will need an HTML add on ? )
3. I want to be able to change various font colors and sizes in my site.
4. I want to be able to change some miss alignment the theme developer did not account for. \
5. I want to input some custom images as the menu buttons.

My Stylesheet is Attached. My website is www.levelhockey dot com ( no seo links please).

I would really appreciate it - heck if you are a hockey player I will even gift you something nice. I am out of my wits end here and really don't want to involve outside help for things I feel any site owner should do on his own..

1BentCPA
1BentCPA's picture
Offline
newbie
Last seen: 8 years 51 weeks ago
Timezone: GMT-4
Joined: 2014-04-01
Posts: 2
Points: 3

edit - file attachment

Here is the attachment

AttachmentSize
stylesheetcss.doc 138.5 KB
ytt021c11
ytt021c11's picture
Offline
newbie
Last seen: 8 years 51 weeks ago
Timezone: GMT+8
Joined: 2014-04-02
Posts: 1
Points: 1

reply

1. I want to be able to change the background image. (the images are here (public_html/image/data/demo/backgrounds/ )

css-> line7 background: #000 url(../YOUR path) top repeat-x ;

2. I want to be able to change the background to a video. ( I read I will need an HTML add on ? )

need to look for extensions
http://www.opencart.com/index.php?route=extension/extension&filter_search=video

3. I want to be able to change various font colors and sizes in my site.
css -> depents on your div/ tags

4. I want to be able to change some miss alignment the theme developer did not account for. \
for example???

5. I want to input some custom images as the menu buttons.
css-> line 391

ie
#menu > ul > li + li {
.....
}