Forum Replies Created

Viewing 20 posts - 4,861 through 4,880 (of 14,497 total)
  • Author
    Posts
  • in reply to: Coding to place images and sliders on the background footer? #52176
    Sakin
    Keymaster

    @Troy: there is no option to do that. If you want to add image as background in the footer then you can add custom css in “Appearance => Theme Options => Custom CSS”

    You can check this example code: In the imageurl, you can add your image url and #000 is for color:
    #site-generator {
    background: url("imageurl") repeat scroll center top #000;
    }

    in reply to: Disable image resize #52175
    Sakin
    Keymaster

    @jaxaviation: Sorry I don’t get it what you want. Can you let me know the desire result.

    If you read Catch Evolution theme instructions at http://catchthemes.com/theme-instructions/catch-evolution . It shows the image sizes that theme uses. This is to match the design and width of the theme. T

    This auto featured image and the excerpt text is shown when you have selected Content Layout as “Excerpt/Blog Display” from “Appearance => Theme Options => Layout Options”. If you don’t like this then you can choose “Full Content Display” as your Content Layout. This will load full content from your post that you have inserted. This option will not show the featured image. Then you can use (more…)