Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • railer Friend
    #128295

    Hi,

    How do I change the color of the product names in the JA VM Product Slider module? I have a dark gray background behind the product slider and I need for the product names to be in a light colored text.

    I’ve tried looking for a way to set the vm_element styles or for the <span> tag — which is preceding the product name in the source — but I can’t find them.

    Please help.
    Thanks,
    railer

    Sherlock Friend
    #248331

    Hi railer !
    You open template_css.css file in templates/ja_larix/css folder , find code section at about line 1390 :


    ja-slider-center span {
    margin:0pt;
    padding:0pt;
    text-align:center;
    width:100%;

    }

    you change into :


    ja-slider-center span {
    margin:0pt;
    padding:0pt;
    text-align:center;
    width:100%;
    color:#CCCCCC;
    }

    #CCCCCC is sample color .

    railer Friend
    #249004

    Thanks hainn84, that was a much better fix than the one I came up with — modifying the /administrator/components/com_virtuemart/classes/ps_product.php to add “color:#FFFFF” to the span tag on line 2051. That hack changed it for all product names, which caused other problems in other modules.

    Best regards,
    Railer

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

This topic contains 3 replies, has 2 voices, and was last updated by  railer 16 years, 5 months ago.

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