1. judemac
  2. Commercial Templates
  3. Tuesday, 15 April 2014
  4.  Subscribe via email
Hi,

My client would like to have a grid set up on her homepage, I've done this, but can't clear a white box (?) that should hold body text.

The other issue is changing the colour of the headings in linkhover, which I installed.

Lastly, for some reason the menu I set up in a module on the homepage has decided to centralise itself, I made a copy of the homepage, with the gridgallery, giving my client the choice, that one is perfect, yet it's a copy?

Url - http://www.stornowaytown.co.uk/

As usual help is much appreciated.
Judy
Accepted Answer Pending Moderation
0
Votes
Undo
To remove the article/component area (white box) of your template completely try adding the following to the Custom CSS field of your templates parameters.


#container_main {
display: none;
}


Presuming you wish to use this area on other pages of your site, you will need to create a separate template style specifically for your homepage to which you will add the above CSS. For details on creating multiple template styles please check out the following tutorial... http://www.joomla51.com/tutorials/item/creating-multiple-template-styles

To change the color of your linkhover titles try also adding the following to the Custom CSS field of your templates parameters where #000000 is your new title color..


.j51imagelinkhover h3 {
color: #000000 !important;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks Ciarán that worked a treat.
What do I need to change the titles in -
Base 1 positions, bottom menu and copyright,
So I can co-ordinate the colours to tie in with the rest.

Love the latest templates, can't wait to try them.
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Jude

For the base-1 titles you can use the following...


#base .module h3 {
color: #000000;
}


For the copyright text use the following...


#copyright p {
color: #000000;
}


And finally for the footer menu items use the following...


#footermenu ul li a {
color: #000000 !important;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!