Jump to content

Centre Homepage title


Guest doobaadoo

Recommended Posts

Guest webicon

Are we talking about the title that by default says 'welcome to cubecart' ?

If so yes - but if you want just on the homepage and not other titles you will have to hardcode style info on the index page rather than by stylesheet (which updates all titles by default)

Find file:

skins/{your skin}/styleTemplates/content/index.tpl

(Back up the file first so you can restore if needed)

look for line:

<span class="txtContentTitle">{HOME_TITLE}</span>




replace with:


<div class="txtContentTitle" style="text-align:center;">{HOME_TITLE}</div>

Hope that helps

Link to comment
Share on other sites

Guest doobaadoo

hi,

Yep i do mean the title that says welcome to cubecart.

i tried your method but the text still stays at the left.

Thanks for trying.

Link to comment
Share on other sites

Guest lordbarron

is there anyway I can have as an image instead and centered? I managed in latest products but that appeared in the language file.

Link to comment
Share on other sites

is there anyway I can have as an image instead and centered? I managed in latest products but that appeared in the language file.
Yes, just replace {HOME_TITLE} with <img src="path/to/image.jpg" alt=""/>

The path should be valid as referenced from the root of the store where 'index.php' is.

Link to comment
Share on other sites

Guest lordbarron

if i type in .../ that moves the path backwards one folder right? and then you type in the folders from that point on.

so say my images are in skins/default/styleImages/doc_1.jpg then my relative path from index.php would be

<img src="/skins/default_2/styleImages/doc_{DOC_NR}.jpg" alt="{DOC_NAME}">

??

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...