• Resolved ian277

    (@ian277)


    Hi,

    I’ve added the Featured article php to my child css but it’s ended up above the header and menu, I’d like it to be right below both above each new post but I’m not sure how to do it.

    Any advice is greatly appreciated.

    https://www.volunsteering.org

Viewing 4 replies - 1 through 4 (of 4 total)
  • I’ve added the Featured article php to my child css

    to what template file and where exactly?
    what is the ‘Featured article php’?
    how does the full code look?

    Thread Starter ian277

    (@ian277)

    I’ve downloaded and added the file to my plugins folder via FTP.

    The code generated was:
    /* Import layout */
    @import url(“../twentytwelve/style.css”);

    .entry-meta {
    display:none;
    }
    .entry-utility {
    display:none;
    }
    <?php
    if( function_exists(‘FA_display_slider’) ){
    FA_display_slider(61);
    }
    ?>

    And I added that to my style.css, but not sure where to put it to place it under the header and menu.

    possibly post the question directly in the plugins support section, or consider to contact the plugin’s developers.

    Thread Starter ian277

    (@ian277)

    Thanks, I decided not to add it manually and it works fine.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Featured Articles about Header’ is closed to new replies.