Page 37 of 57 FirstFirst ... 27353637383947 ... LastLast
Results 361 to 370 of 570
  1. #361
    Join Date
    Feb 2007
    Location
    South Florida, USA
    Posts
    1,374
    Plugin Contributions
    4

    Default Re: How do EZ-Pages work?

    Quote Originally Posted by Rob905 View Post
    After fighting with the plugin to show what you suggested, it tells me the element I need to edit is #navEZPagesTop
    Sorry, I never had to fight with the plug in.
    I see Table of Contents, h3 for the left box container bar, and the breadcrumbs menu.
    Maybe a link or a snapshot would help.

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

    Default Re: How do EZ-Pages work?

    Quote Originally Posted by ckosloff View Post
    Sorry, I never had to fight with the plug in.
    I see Table of Contents, h3 for the left box container bar, and the breadcrumbs menu.
    Maybe a link or a snapshot would help.
    I need to change the color of the three EZ Pages that currently show in blue.
    Please see attached.

    I tried changing the "color" tag but all that did was change the color of the separtions between the three pages
    I tried changning "color" to font-color and that didn't do anything so there must be a specific tag to be put in the CSS file.
    Attached Images Attached Images  

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

    Default Re: How do EZ-Pages work?

    Quote Originally Posted by ckosloff View Post
    Sorry, I never had to fight with the plug in.
    I see Table of Contents, h3 for the left box container bar, and the breadcrumbs menu.
    Maybe a link or a snapshot would help.
    The link is: NiagaraIcewineShop.com

    Robert

  4. #364
    Join Date
    Feb 2007
    Location
    South Florida, USA
    Posts
    1,374
    Plugin Contributions
    4

    Default Re: How do EZ-Pages work?

    Quote Originally Posted by Rob905 View Post
    The link is: NiagaraIcewineShop.com
    Robert
    I start to understand, after looking at your website with, guess what? Web Dev toolbar.
    div #navEZPagesTop is the div container, what you are looking at is an anchor tag, you will find that in the CSS as a.
    But, beware, if you change the style for that it will be site-wide, and besides blue is the standard coloring for hyperlinks.
    I would leave it as is, you will get a ton of headaches if you change that.

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

    Default Re: How do EZ-Pages work?

    Quote Originally Posted by ckosloff View Post
    I start to understand, after looking at your website with, guess what? Web Dev toolbar.
    div #navEZPagesTop is the div container, what you are looking at is an anchor tag, you will find that in the CSS as a.
    But, beware, if you change the style for that it will be site-wide, and besides blue is the standard coloring for hyperlinks.
    I would leave it as is, you will get a ton of headaches if you change that.
    If you don't know the answer, then why not just say so. I don't see a #navESPagesTop with or without the "a."
    It's been two days and you still have me running arround in circles.
    Is there a tag for those links or not? There obviously must be because the color of these links is diffent then the ones at the top menu bar.
    If anyone else can jump in here please?

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

    Default Re: How do EZ-Pages work?

    Never mind I found it.

    It's called:

    a.link, #navEZPagesTOC (with a C not a P) ul li a {
    color: #3300ff;
    text-decoration: none;
    }

    I changed the color tag to #ffffff and low and behold I got what I needed.

    Thanks.

  7. #367
    Join Date
    Feb 2007
    Location
    South Florida, USA
    Posts
    1,374
    Plugin Contributions
    4

    Default Re: How do EZ-Pages work?

    Quote Originally Posted by Rob905 View Post
    After fighting with the plugin to show what you suggested, it tells me the element I need to edit is #navEZPagesTop
    This quote says Top with P, I believe.
    You see, I don't type, so that is exactly the name of the container div. I just pasted it in from the Web dev info.
    TOC is an entirely different thing (Table of Contents).
    And the element was indeed an a.
    If you can't follow explanations, try at least to be polite.

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

    Default Re: How do EZ-Pages work?

    Quote Originally Posted by ckosloff View Post
    This quote says Top with P, I believe.
    You see, I don't type, so that is exactly the name of the container div. I just pasted it in from the Web dev info.
    TOC is an entirely different thing (Table of Contents).
    And the element was indeed an a.
    If you can't follow explanations, try at least to be polite.
    I try to be polite but it gets very frusterating when you're on a schedule and can't get a straight answer.
    Turns out that the tag I changed also changes the text for the products.
    So I'm back to my original quesiton. Is there a tag that will change the text in the EZPages menu bar (without changing any other text colors.)

  9. #369
    Join Date
    Feb 2007
    Location
    South Florida, USA
    Posts
    1,374
    Plugin Contributions
    4

    Default Re: How do EZ-Pages work?

    Quote Originally Posted by Rob905 View Post
    So I'm back to my original quesiton. Is there a tag that will change the text in the EZPages menu bar (without changing any other text colors.)
    NO, I already answered that.
    You have to create a class, .something, for that particular a.
    Post your question in the stylesheet forums.

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

    Default Re: How do EZ-Pages work?

    Quote Originally Posted by ckosloff View Post
    NO, I already answered that.
    You have to create a class, .something, for that particular a.
    Post your question in the stylesheet forums.
    Maybe if you had told me that three days ago....

    Like I said, it's hard to get a straight answer from some people.

 

 
Page 37 of 57 FirstFirst ... 27353637383947 ... LastLast

Similar Threads

  1. v154 Links ON ez-pages TO OTHER turned-off ez-pages don't work after upgrade
    By anduril3019 in forum Upgrading to 1.5.x
    Replies: 2
    Last Post: 19 May 2015, 09:12 AM
  2. how do i get javascript to work in the ez pages?
    By warroyo90 in forum General Questions
    Replies: 2
    Last Post: 28 Mar 2012, 05:14 AM
  3. How can I get my CSS navigation tabs to work for groups of similar pages?
    By sifuhall in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 27 Nov 2009, 07:57 PM
  4. Replies: 3
    Last Post: 22 Jul 2008, 12:01 AM
  5. Bwahahaha How do I get ez-pages to work?
    By hodgejr in forum General Questions
    Replies: 7
    Last Post: 8 Oct 2007, 09:10 AM

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