Viewing 1 replies (of 1 total)
  • Plugin Author Marcin Pietrzak

    (@iworks)

    If I want to add custom text above the title like say “Recommended for you”, where do I edit it in?

    At this moment you can use action iworks_upprev_box_before to echo some text:

    add_filter( 'iworks_upprev_box_before', 'foobar' );
    
    function foobar()
    {
        echo 'some text';
    }

    Do I edit it in appearance>upprev>appearance CUSTOM CSS ? IF so which line of code?

    Just enter some css-rules. This fileld will be print in <head> section.

Viewing 1 replies (of 1 total)
  • The topic ‘Custom text?’ is closed to new replies.