Page 12 of 31 FirstFirst ... 2101112131422 ... LastLast
Results 111 to 120 of 302
  1. #111
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default Re: An Upscale Boutique Support Thread

    Hi, i have installed your template and I am very happy with it.

    The only problem I have at the moment is that the text of the detailed products description is very light grey and is difficult to read on some type of monitors.

    Where can I change the color of the <detailed products description> text ?
    Do not post the same question to multiple threads.

    Thanks,

    Anne

  2. #112
    Join Date
    Sep 2008
    Posts
    96
    Plugin Contributions
    0

    Default Re: An Upscale Boutique Support Thread

    Hi,
    This is a great template and I love it, Just got a quick question, what would be the easiest way to make the whole layout a little narrower what would be CSS to edit? I have removed all the sidebars and bassically just want the layout narrower than it is.

    Thanks
    Taz

  3. #113
    Join Date
    Sep 2008
    Posts
    96
    Plugin Contributions
    0

    Default Re: An Upscale Boutique Support Thread

    It would probably help to give you the name if the site too! it is at www . jamesdavidandco . com

    Thanks

  4. #114
    Join Date
    Sep 2008
    Posts
    96
    Plugin Contributions
    0

    Default Re: An Upscale Boutique Support Thread

    Hi,
    Just to let you know that i sorted it out using CSS. If anyone wants to know these are the changes I made

    Bold parts is where I changed the width

    Stylesheet.css

    #mainWrapper {background-color: #fff;text-align: left;width: 850px;vertical-align: top;position:relative;top:80px;}

    #logoWrapper {background-image: url(../images/navsupcolour850.jpg);height: 25px;width: 848px;position: relative;top: 25px;margin: 0px;border:1px solid #8b775f;}

    #footer-wrapper {margin-top: 0px;background-image: url(../images/backwhite.jpg);background-repeat: repeat;height: 30px;width:848px;border:1px solid #8b775f;}

    #navSuppWrapper {margin: 0px;width: 850px;height: 25px;color: #fffef4;background-image: url(../images/navsupcolour850.jpg);font-size: 1.2em;font-weight: bold;}

    Obviously changed the width of your logo-wrapper and navsupwrapper images.

    The problem is my website doesn't look quite right in Explorer 7 it seems the logo-wrapper seems to be positioned much lower. Can you tell me a way I can fix this?

    Thanks

  5. #115
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default Re: An Upscale Boutique Support Thread

    Hi,
    Just to let you know that i sorted it out using CSS. If anyone wants to know these are the changes I made

    Bold parts is where I changed the width

    Stylesheet.css

    #mainWrapper {background-color: #fff;text-align: left;width: 850px;vertical-align: top;position:relative;top:80px;}

    #logoWrapper {background-image: url(../images/navsupcolour850.jpg);height: 25px;width: 848px;position: relative;top: 25px;margin: 0px;border:1px solid #8b775f;}

    #footer-wrapper {margin-top: 0px;background-image: url(../images/backwhite.jpg);background-repeat: repeat;height: 30px;width:848px;border:1px solid #8b775f;}

    #navSuppWrapper {margin: 0px;width: 850px;height: 25px;color: #fffef4;background-image: url(../images/navsupcolour850.jpg);font-size: 1.2em;font-weight: bold;}

    Obviously changed the width of your logo-wrapper and navsupwrapper images.

    The problem is my website doesn't look quite right in Explorer 7 it seems the logo-wrapper seems to be positioned much lower. Can you tell me a way I can fix this?

    Thanks
    The template has been cross browser tested in ie7, ie8, ie9, firefox, safari, and chrome. If you make changes, especially to the css or xhtml, then you will need to do cross browser testing again.

    Thanks,

    Anne

  6. #116
    Join Date
    Sep 2008
    Posts
    96
    Plugin Contributions
    0

    Default Re: An Upscale Boutique Support Thread

    Hi Thanks Anne,

    I absolutley thought this too so i I looked at the additional styles sheets. Ie8 was fine. I made a new stylesheet for ie7 and while i was at it made one for ie9 too all well and looking great.

    Thanks
    Taz

  7. #117
    Join Date
    Apr 2011
    Posts
    2
    Plugin Contributions
    0

    Default Re: An Upscale Boutique Support Thread

    Hi,
    I have installed your Upscale Boutique template - which is lovely!

    I am new to ZenCart, but have managed to customise a few things with the help of the forums / tutorials etc.

    However, I am having a problem with a search button, which shows towards the centre of every page on my site (www.silver-scales.co.uk).

    I have added a search box at the top, so would like to remove the central seach buttons.

    Also, I'd like to increase the size of the writing on the information pages / categories / home & login links.

    Any advice greatly received!

  8. #118
    Join Date
    Apr 2006
    Location
    Ohio
    Posts
    6,162
    Plugin Contributions
    0

    Default Re: An Upscale Boutique Support Thread

    That search button is hard coded in the template you are using..
    Have you read this support thread entirely for the answer yet?
    https://www.zen-cart.com/tutorials/index.php?article=39

    1. search for this:
    2. header-search-button
    3. Or you might try this and not see if you have added it twice here
    4. admin panel/ tools/ layout boxes controller
    Mark
    Hare Do

  9. #119
    Join Date
    Apr 2006
    Location
    Ohio
    Posts
    6,162
    Plugin Contributions
    0

    Default Re: An Upscale Boutique Support Thread

    Quote Originally Posted by shscc View Post
    Also, I'd like to increase the size of the writing on the information pages / categories / home & login links.
    These will be controlled in the includes/templates/an_upscale_boutique/css/stylesheet.css

    For Information pages notice we have an id that starts in this string <p> blaa blas </p>

    So we will find this declaration in the stylesheet.css and look at her properties..

    P, ADDRESS {
    padding: 0.5em;
    }

    1. just add the font size you would like..
    2. font-size: 1.2em;
    A useful helpful tool which is free is download Moxilla Firefox browser along with the add called Firebug or web developer and you can easily find these div's and classes on your web site make a change to see how it works and then edit the stylesheet.css on your server and upload the .php file..
    Mark
    Hare Do

  10. #120
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default Re: An Upscale Boutique Support Thread


    However, I am having a problem with a search button, which shows towards the centre of every page on my site (www.silver-scales.co.uk).

    I have added a search box at the top, so would like to remove the central seach buttons.
    In the admin--tools--layout boxes controller, select the box "sideboxes/search_header.php" make sure that you have set Left/Right Column Status: OFF.

    Thanks,

    Anne

 

 
Page 12 of 31 FirstFirst ... 2101112131422 ... LastLast

Similar Threads

  1. Apparel Boutique Template Support Thread
    By picaflor-azul in forum Addon Templates
    Replies: 431
    Last Post: 8 Dec 2016, 04:27 PM
  2. A Pink Boutique Support Thread
    By picaflor-azul in forum Addon Templates
    Replies: 301
    Last Post: 9 Apr 2014, 05:42 PM
  3. v151 trying to install template version 2.2 upscale boutique in 1.5.1
    By RonGin in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 4 Sep 2013, 12:53 PM
  4. Earthy Boutique Template Support Thread
    By jill8026 in forum Addon Templates
    Replies: 23
    Last Post: 10 Nov 2012, 01:50 AM
  5. CSS Flyout Header with Upscale Boutique
    By gem10 in forum Addon Templates
    Replies: 9
    Last Post: 30 Oct 2010, 10:10 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR