• Resolved Andsmith

    (@andsmith)


    Hello, I’d like to ask your help. I created a WP theme with Artisteer. You can see it here: https://slbsportslife.com/ I’d like the post title May 7, 2013 above/outside of the box in the blue area, Please help me which file should be modified in order to achieve this result. Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • does the artisteer forum not help with its themes?

    you will need to contact them for support, as this forum here only fully supports themes from https://www.ads-software.com/extend/themes/

    generally, I would try some formatting changes in style.css;
    example:

    .art-post.post { position: relative; margin-top: 50px; }
    .art-postheader { position: absolute; top: -40px; width:95%; color: white; }
    .art-postheader a:link { color: white; }
    .art-postheader a:visited { color: #eee; }
    .art-postheader a:hover { color: #fb7c3c; }

    (evaluated with Firefox’ web developer add-on; not tested)

    Thread Starter Andsmith

    (@andsmith)

    Thank you so much for making an excception. It works fine

    Unfortunately Artisteer support didn’t help me just suggested to modify css.

    this is not an exception – I generally provide basic support for all kinds of problems – regardless of the theme …

    if this is all solved, please mark the topic as ‘resolved’ – thanks ??

    Thread Starter Andsmith

    (@andsmith)

    Thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Post title above post box’ is closed to new replies.