test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • wan fadli Developer
    #186537

    Dear JA,

    How to set the module styling for position 5, 6, 7, 8, 9 to be same like left and right module position. (see attachement)


    1. module
    HeR0 Friend
    #489106

    Hi Wan Fadli,

    You can do that this way

    Open ja_portfolio/templates/ja_portfolio/css/css3.css file

    from

    #ja-botsl-1 .ja-moduletable h3,
    #ja-botsl-1 .moduletable h3 {
    text-shadow: 0 1px 0 #fff;
    }

    change to


    #ja-botsl-1 .ja-moduletable h3,
    #ja-botsl-1 .moduletable h3 {
    text-shadow: none;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    background: url(../images/noise-bg.png) #313435;
    color: #f0f0f3;
    }

    Remember to clear cache from Admin area, let me know if it helps

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

This topic contains 2 replies, has 2 voices, and was last updated by  HeR0 11 years, 7 months ago.

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