Re: Aberdeen Neutral Template Support Thread
There are two things I have to do and cannot work out.
How to change the color of the number of categories text - the number in brackets in the sidebox.
How to change the products font color in New Products [more] and Bestsellers - not the heading but the product text in the sidebox (say product 1 beneath the thumbnail image).
Re: Aberdeen Neutral Template Support Thread
Quote:
There are two things I have to do and cannot work out.
How to change the color of the number of categories text - the number in brackets in the sidebox.
How to change the products font color in New Products [more] and Bestsellers - not the heading but the product text in the sidebox (say product 1 beneath the thumbnail image).
If you post a link to your site I can take a look.
Thanks,
Anne
Re: Aberdeen Neutral Template Support Thread
Quote:
Originally Posted by
picaflor-azul
If you post a link to your site I can take a look.
Thanks,
Anne
Sure take a look
http://blackiceapps.com/imagestore/
Re: Aberdeen Neutral Template Support Thread
I have instaled Aberdeen Neutral Template and I dont know how to set up width of main page. I would like to automatically adjust width page depending to diferent sizes of screen. I want to see 100% page on every screen. Where I should set up it ?
I gues, I have to change styleshhet.css , but I dont know which lines
Thanks
Re: Aberdeen Neutral Template Support Thread
Quote:
I have instaled Aberdeen Neutral Template and I dont know how to set up width of main page. I would like to automatically adjust width page depending to diferent sizes of screen. I want to see 100% page on every screen. Where I should set up it ?
I gues, I have to change styleshhet.css , but I dont know which lines
Thanks
You can edit the stylesheet.css file. You will also have to re-do the styles/graphics for some of the other fixed width elements.
Thanks,
Anne
Re: Aberdeen Neutral Template Support Thread
Quote:
How to change the color of the number of categories text - the number in brackets in the sidebox.
Add this declaration to the .sideBoxContent selector:
Quote:
How to change the products font color in New Products [more] and Bestsellers - not the heading but the product text in the sidebox (say product 1 beneath the thumbnail image).
Add this to yoru stylesheet.css:
Code:
#whatsnew a, #bestsellers a {color:#fff;}
Thanks,
Anne
Re: Aberdeen Neutral Template Support Thread
How to edit footer menu? How to edit links and add new ?
Re: Aberdeen Neutral Template Support Thread
Quote:
How to edit footer menu? How to edit links and add new ?
You have to edit the stylesheet.css and there will probably be images that need to be edited/recoded also.
Thanks,
Anne
Re: Aberdeen Neutral Template Support Thread
Quote:
Originally Posted by
picaflor-azul
You have to edit the stylesheet.css and there will probably be images that need to be edited/recoded also.
Thanks,
Anne
I dont need change layout. I would like to change settings of links. Where I can find it ?
Re: Aberdeen Neutral Template Support Thread
Quote:
I dont need change layout. I would like to change settings of links. Where I can find it ?
includes/languages/english/extra_definitions/andover_modern/footer_menu_defines.php
Thanks,
Anne