• i’m using the on-demand theme and i’d like to remove the border/style on the top big images (within the slider)

    https://www.press75.com/themes/on-demand/

    it seems the styling is not in the css files…i’ve been trying for hours but still can’t make it…any help will be much appreciated….thx in advanced.

Viewing 4 replies - 1 through 4 (of 4 total)
  • If you mean the thumbnail images in the slider, it’s a background image in this CSS:

    #featured-categories {
        background: url("images/categories.png") no-repeat scroll left top transparent;
        float: left;
        height: 160px;
        width: 980px;
    }

    For additional help, you should contact the theme developer, as these forums only support themes from the repository on this site.

    Thread Starter MDS

    (@ssjaimia)

    nope, that’s just the background of the bar “Select any channel below to view all posts within that channel”

    there’re border/shadow on the large images that is sliding, even i remove all css files, the border/shadow still on the images…

    unfortunately, i dun have any support from this theme developer..

    It’s this:

    .featured-category img, .featured-post img {
        box-shadow: 0 0 4px #000000;
    }

    And we still don’t support themes from other places, so you may want to consider finding a theme that is supported (here or otherwise).

    Thread Starter MDS

    (@ssjaimia)

    thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘On-Demand theme image style’ is closed to new replies.