Jump to content

An easy one for you guys, need to change text


Guest Japtastic

Recommended Posts

Guest Japtastic

Just need to change the color of the text at the bottom of the page that has the links to Contact Us etc etc

Also I need to change the search box background color.

Can you tell which files need to be changed please :)

Link to comment
Share on other sites

Site Docs:

open styleSheets/style.css under your skin in skins directory, search for

.txtSiteDocs, a.txtSiteDocs {
color: #XXXXXX;  - XXXXXX your color code



Search box:

open styleTemplates/global/index.tpl under your skin in skins directory, search for {SEARCH_FORM} add <div> tag with appropriate style setting like
<div style="background-color: #XXXXXX;">{SEARCH_FORM}</div>

XXXXXX is your color code

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...