• I understand it’s a responsive theme but, here is my website:

    http://www.victorfrolov.com

    I want to

    1) Have the title be in the top right, it could simply be text in the same format
    2) Lower the “see more” and the tagline, so it’s not blocking my face.
    3) is it possible to have the background image alternate automatically, perhaps every 20-30 seconds?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter GreatestThe

    (@greatestthe)

    Anybody got an answer to any of the questions, even if it’s no?

    I just added text to the background, so no need for 1)

    but 2) is pretty crucial, there must be a way so that instead of it being centered, it hangs center down?

    and 3 doesn’t seem outlandish either??

    for lowering the tagline you can create a child theme and modify the header.php file

    throw a few <p></p> before:

    <h2 id=”site-description”<?php echo $space_class; ?>>
    <?php bloginfo( ‘description’ ); ?>
    </h2>

    <?php _e( ‘See More’, ‘arcade’ ); ?>
    </div>

    each <p></p> adds one new line.

    Thread Starter GreatestThe

    (@greatestthe)

    I just copy paste that into child theme? It’s not doing anything. I did this under the “theme customization starts here” line:

    <p></p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p></p>

    <h2 id=”site-description”<?php echo $space_class; ?>>
    <?php bloginfo( ‘description’ ); ?>
    </h2>

    <?php _e( ‘See More’, ‘arcade’ ); ?>
    </div>

    Thread Starter GreatestThe

    (@greatestthe)

    Please respond :3

    If you know a little bit of css coding you can you into your style.css file and edit the position of “see more”.

    It has the id of “more-site” in your style.css 🙂

    You can also put   to lower down your tagline. Put it in front-page.php file before<p class="lead"><?php echo wp_kses_post( html_entity_decode( $bavotasan_theme_options['jumbo_headline_text'] ) ); ?></p>. happy coding 🙂

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘A few simple questions on this fine theme!’ is closed to new replies.