Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 11 of 11

Thread: Topic Pages CSS

  1. #1
    datzent83 is offline Member
    Join Date
    Jul 2006
    Posts
    82

    Default Topic Pages CSS

    How do you reference style.css in any of the topic pages? I created an aboutUs class in my CSS and want to use it on the t-about.aspx page.

  2. #2
    Jao is offline Senior Member
    Join Date
    Oct 2008
    Posts
    1,132

    Default

    The store references style.css through the skin the topic is using. Please refer to the SkinID column of Topic table.

  3. #3
    datzent83 is offline Member
    Join Date
    Jul 2006
    Posts
    82

    Default

    The only thing I see is Applies Only To Skin. I can't find SkinID column of Topic table.

    I am using ML 8.0.1.2. Would that make a difference?

  4. #4
    AspDotNetStorefront Staff - Scott's Avatar
    AspDotNetStorefront Staff - Scott is offline Administrator
    Join Date
    Mar 2007
    Location
    Ashland, OR
    Posts
    2,390

    Default

    Make sure the <property name="CssFiles"> property in your /RadControls/Editor/configfile.xml file points to the CSS file you want to use, and the style should show up in the Style dropdown in the Telerik RAD editor you use to edit the topics.

  5. #5
    datzent83 is offline Member
    Join Date
    Jul 2006
    Posts
    82

    Default

    Scott - that worked perfeclty! Thank you very much!

  6. #6
    sohan is offline Member
    Join Date
    Jun 2009
    Posts
    33

    Default visited link color

    Hi! Scott

    If I want to change the visited color of product to "Green".. where and which tag I need to modify in CSS. I am using Skin_1

    Thank you in advance.

    Sohan
    Last edited by sohan; 10-09-2009 at 02:42 PM. Reason: skin name

  7. #7
    Jao is offline Senior Member
    Join Date
    Oct 2008
    Posts
    1,132

    Default

    That should be {root}/skins/Skin_1/style.css and do a find action on a:visited

  8. #8
    sohan is offline Member
    Join Date
    Jun 2009
    Posts
    33

    Default Visited Color

    Hi! jao

    When I change the color here. It does reflect only for active and link not for visited

    a:active, a:link
    {
    color: #990000;
    text-decoration: none;
    }

    I even try to separate them like this

    a:visited
    {
    color: #990000;
    text-decoration: none;
    }

    a:visited
    {
    color: #FF0000;
    text-decoration: none;
    }

    It still does not reflected. What's wrong I did?

    help appreciated.

    Sohan

  9. #9
    Jao is offline Senior Member
    Join Date
    Oct 2008
    Posts
    1,132

    Default

    Have you tried clicking it? a:visited attributed won't be reflected if it's not triggered.

  10. #10
    sohan is offline Member
    Join Date
    Jun 2009
    Posts
    33

    Default

    Yes, I have tried. When I changed color for active and link. It does reflect. But don't know why it is not reflected for visited!!!!!!!!!

  11. #11
    Jao is offline Senior Member
    Join Date
    Oct 2008
    Posts
    1,132

    Default

    Could you tell me what browser you're using?