Results 1 to 6 of 6

Hybrid View

  1. #1
    Join Date
    Sep 2007
    Location
    Niagara Falls, Ontario
    Posts
    377
    Plugin Contributions
    0

    Default Changing default layout

    I'm working on a site called http://NiagaraIcewineShop.com and my client has some specific requests:

    1. Change heading Manfuacturer in the sidebox to Wineries

    2. Change the text color in the "Information" box from a blue hyperlink to a black hyperlink.

    I looked through the develop search and found lots of files that have "Manufacturer" in it but none seem to do what I want if I change any of them.

    I also looked through my custom .css and could not locate the place to change the text color.

    Can someone please point me in the right direction?

    Thanks a bunch.

    Robert

  2. #2
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default Re: Changing default layout

    to change information link from blue to black , add this to your stylesheet.css

    #informationContent a {
    color:black;
    }

    to change manufacturers heading .. look in

    includes/languages/english.php

    look for following define()
    define('BOX_HEADING_MANUFACTURERS', 'Manufacturers');

  3. #3
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: Changing default layout

    Quote Originally Posted by tony_sar View Post
    to change manufacturers heading .. look in

    includes/languages/english.php

    look for following define()
    define('BOX_HEADING_MANUFACTURERS', 'Manufacturers');
    and save the edited file to includes/languages/YOUR_TEMPLATE/english.php (where YOUR_TEMPLATE is the name of your custom template).

  4. #4
    Join Date
    Sep 2007
    Location
    Niagara Falls, Ontario
    Posts
    377
    Plugin Contributions
    0

    Default Re: Changing default layout

    Quote Originally Posted by afo View Post
    and save the edited file to includes/languages/YOUR_TEMPLATE/english.php (where YOUR_TEMPLATE is the name of your custom template).
    Thanks, issue resolved.

  5. #5
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: Changing default layout

    Great!

  6. #6
    Join Date
    Sep 2007
    Location
    Niagara Falls, Ontario
    Posts
    377
    Plugin Contributions
    0

    Default Re: Changing default layout

    Quote Originally Posted by tony_sar View Post
    to change information link from blue to black , add this to your stylesheet.css

    #informationContent a {
    color:black;
    }

    to change manufacturers heading .. look in

    includes/languages/english.php

    look for following define()
    define('BOX_HEADING_MANUFACTURERS', 'Manufacturers');
    Perfect, did the trick

    Thanks.

 

 

Similar Threads

  1. v139h Changing Default Currency without changing prices
    By nigelt74 in forum Currencies & Sales Taxes, VAT, GST, etc.
    Replies: 5
    Last Post: 13 Nov 2018, 05:07 AM
  2. Layout boxes controller default
    By EAPerformanceParts in forum Basic Configuration
    Replies: 4
    Last Post: 11 Jun 2009, 05:01 AM
  3. Changing to default.
    By Orchard_Direct in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 17 May 2008, 05:21 PM
  4. Changing a default message
    By aland in forum Basic Configuration
    Replies: 2
    Last Post: 16 Feb 2007, 08:09 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg