• Hi,

    I’d have to questions regarding the wordpress “harmonic theme”:

    1. how can I change the width of the text-field for posts? (on first site)
    I want to post my portfolio there (consting of several pictures), so it would
    be great if I could use the whole site, and not just a small part of it.
    I once found a code which I’ve added to the css stylesheet which made everything wieder, but unfortunately I lost it….and every other code I tried didn’t do anything :/

    2.how can I change the header link (which is currently home, but I want to “hide” it and want to link to another made-up startpage)
    I’ve tried to replace"<a href="<?php echo esc_url( home_url( '/' ) ); ?>">" found in the header.php, with "</a><a href="https://towhereever">", but it didn’t work out.
    Another option we could think about would be to completely remove the link on the header, so if you click it nothing will happen…

    Any ideas? Any suggestions would help me a lot!

    best,
    gamer12145

Viewing 3 replies - 1 through 3 (of 3 total)
  • Which part of the website text you want to wider, I can help to provide exact code, just tell which page, send me link.

    2- You can replace this header code
    <a href="<?php echo esc_url( home_url( '/' ) ); ?>">

    into

    Just your website url: https://towhereever.com

    if it does not work, then try following instead:
    <h1 class="site-title"><?php bloginfo( 'name' ); ?></h1>

    Thread Starter gamer12145

    (@gamer12145)

    thank you! could you take a look? here I explained what I’d like to be changed

    https://fs5.directupload.net/images/160131/9i9ka7jo.jpg

    best,
    gamer12145

    Thread Starter gamer12145

    (@gamer12145)

    Anyone else who could help me out?

    I’d like to change the width of the text field (reg the place where you type in the text) either on the posts (which appear on the frontpage) and/or on pages, as I want to upload a wide mosaic of portfolio images…unfortunately the text area of the harmonic theme is not even 50 % of the screen by default.

    best ??
    gamer12145

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘To questions regarding the Harmonic Theme’ is closed to new replies.