Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1279

    I have to customise the Catch Box style sheet directly. The edit CSS function appears to work (i.e. additions to the style sheet are saved), but the additions are not effected (and the preview function shows a blank screen). Also, while the contact form appears to work (i.e. users see the acknowledgement screen correctly) no email is sent.

    #1299
    Sakin
    Keymaster

    @stephennewton: I don’t recommend to directly edit the CSS. To make the changes in CSS either you can add it in the Custom CSS box in your Theme Options under Appearance Tab in your WordPress Dashboard or you have to build the Child Theme and add the changes.

    #1300

    @sakinshrestha Thanks for your reply. The Custom CSS box under theme options isn’t working on my blog. That’s why I posted here.

    #1301
    Sakin
    Keymaster

    @stephennewton: What is the version of your theme? Also can you send me your site URL so that I can check in.

    #1302

    It’s version 1.5.2 at http://www.stephennewton.com
    I’ve added the following by directly editing the stylesheet:

    #branding {
    background-color:#CC6600;
    }

    #main {
    background-color:#f6f6f6;
    }

    body {
    font-family:”Trebuchet MS”, Trebuchet, Verdana, Sans-Serif;
    }

    blockquote {
    font-family:”Trebuchet MS”, Trebuchet, Verdana, Sans-Serif;
    }

    If I place that in Edit CSS, it appears to save but doesn’t work (I have made sure that ‘Add my CSS to Catch Box’s CSS stylesheet’ is selected).

    #1303

    You appear to have just brought out 1.5.3
    I’ve upgraded and the problem with the CSS appears to have been solved.
    Thanks

    #1311
    Sakin
    Keymaster

    @stephennewton: It’s great that it solved your issues.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Edit CSS & email forms not working’ is closed to new replies.