Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • 30402sw Friend
    #166722

    Does anyone know how I can change the colour of the font of the articles that appear in the content slider (testimonials) module that appears on the front page?

    I have changed the colour of the font in each article that appears in the slider but this makes no difference. There also appears to be no ability to change the font colour in the module backend parms. Thanks.

    Phill Moderator
    #403118

    Which colour variation are you using?

    Let’s assume it is the default you look for the following css in templates>ja_ores>css>template.css around line 35


    a {
    color: #FDA40A;
    text-decoration: none;

    }

    For the header link and


    body#bd {
    background: none repeat scroll 0 0 #151515;
    color: #969696;

    }

    For the main text but that will affect everything on the whole site.

    If you are using a different variation of the colour then you will have to look in the folder pertaining to that stye for instance the light blue would be in templates>ja_ores>css>colors>light-blue.css

    30402sw Friend
    #403120

    Yes the change in template.css did work for changing the colour of the font in the testimonials but it also changed the colour in modules USER 1 – 4 as you can see in the attachment. I just want to change the font colour in the testimonials. I did look in the css file for style dark-grey which I’m using but I couldn’t see which parm to change. Firebug was also not helping me to pinpoint the correct parameter either.


    1. 2011-07-26_1423
    Phill Moderator
    #403131

    It will not as the module uses the same colours for the entire template. We need to add a custom class for you. First go into the module manager and add fontcolor to the list of items in the module class suffix box (so it would now read “_havecolor fontcolor blockquoteslide” instead of “_havecolor blockquoteslide”) then add the css below to the end of template.css

    .fontcolor a {
    color:red;
    }

    body#bd .fontcolor {
    color: red;

    }

    Obviously, you can change the colour “red” to whatever colour code you require.

    30402sw Friend
    #403296

    Fantastic Phil well done! Worked perfectly Thanks

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 2 voices, and was last updated by  30402sw 13 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum