• Hello! First I need to say how lovely this theme is!

    So.. my question is: can i remove the copyright? i didn’t found something. i wanted to add my own… so, can i do this?

    an other thing is, that i dont know how to remove the border of the images in the posts.. i tried the code that was posted in another theard but it didn’t worked!

    sorry for my english 🙂

    my site: http://everydayliz.de/

Viewing 9 replies - 1 through 9 (of 9 total)
  • Theme Author alex27

    (@alex27)

    Hello!

    Of course you can remove the copyright. It’s located in footer.php, so you need to create a child theme and place copy of footer.php in child theme folder. Then you can edit it to your liking.

    To remove shadow from images in post content use this code:

    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;

    Add this code to your child theme style.css or via custom CSS manager plugin like My Custom CSS.

    Thread Starter everydayliz

    (@everydayliz)

    thank you, but the code didnt work! 🙁

    do i really need a child theme? What is it?
    I use Custom CSS.

    oh and i found this:
    when you change the width of the page…
    http://oi43.tinypic.com/2mmvjeo.jpg

    Here’s some info about child themes. Basically, though, the reason why you want to make a child theme is because if you were to edit the theme files directly, any changes you made would be lost when you updated the theme. Changes made to a child theme would be safe.

    Theme Author alex27

    (@alex27)

    The effect from the screenshot is because you widened the website by 100px. Theme was designed with 1008px width and you made it 1108px. The problem is, I used images in header and footer, and those are designed to fit within 1008px width. Also, you’re not actually using the extra space – you just have bigger gap between post column and sidebar.
    Regarding borders around images – I forgot to tell you the CSS rule you need to apply those to. This should be like this:

    .entry-content img {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    }

    You can add this via Custom CSS. But footer customization has to be dne via child theme.

    Thread Starter everydayliz

    (@everydayliz)

    Okay, thanks! Yes, but i miss a border or line or something between the post column and the sidebar. is it possible to add something like that?

    Hey everydayliz!

    Checked out your website! Gefllt mir :))

    Wie hast du das Copyright hinbekommen? Und dein Footer?? Voll schön!!

    Theme Author alex27

    (@alex27)

    @cathrinesch – this is English forum, please don’t use other languages.

    Thread Starter everydayliz

    (@everydayliz)

    cathrinesch, what do you mean?
    i edited the copyright in the editor. “footer.php” 🙂
    and my footer? you mean, there are three columns? you can choose it in “design” -> “widgets” 🙂

    @alex27, sorry I didn’t realize it could be disturbing.

    @everydayliz, thank you!!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Copyright’ is closed to new replies.