• Hi,

    I’ve got some questions about the site layout, thank you in advance! ??

    – The mobile versions have this ‘menu’ button on top, how can I delete this button (without leaving a gap/blank space.

    – When you hover over a ’tile’ / ‘post’ on the home page there is a title and a description, the description is the first sentence of the post followed by three dots.
    Is it possible to delete these dots? And is it possible to make a description without being the first sentence of the post?

    – I want to add a logo under the 2 main (uppercase) titles of the website, is that possible?

    – I want to change the whole background color to grey, instead of having two white bars on the top and bottom. How can I do this?

    – I disabled the post date / category / author etc. in the modifier, now there is a blank gap, is it possible to delete this gap?

    – Is it possible to use a .gif for the featured image in a post? How can I delete a features image without leaving a gap?

    Thank you, I am really happy with this template ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter zozamis

    (@zozamis)

    One additional question ??

    – When you hover over a ’tile’ / ‘post’ on the home page the photo becomes white. Is it possible to make it 50% opacity instead of completely white?

    Thank you!

    Theme Author GavickPro

    (@gavickpro)

    – The mobile versions have this ‘menu’ button on top, how can I delete this button (without leaving a gap/blank space.

    Why do you want to remove this button – it will make menu inaccessible.

    – When you hover over a ’tile’ / ‘post’ on the home page there is a title and a description, the description is the first sentence of the post followed by three dots.
    Is it possible to delete these dots? And is it possible to make a description without being the first sentence of the post?

    It is set in this line: https://github.com/GavickPro/Portfolio-Free-WordPress-Theme/blob/master/functions.php#L22

    – I want to add a logo under the 2 main (uppercase) titles of the website, is that possible?

    Probably yes, but it can be a bigger custom work beyond of our technical support here.

    – I want to change the whole background color to grey, instead of having two white bars on the top and bottom. How can I do this?

    Please add the following code:

    body,
    .site-header {
    	background: #f1f1f1;
    }

    – I disabled the post date / category / author etc. in the modifier, now there is a blank gap, is it possible to delete this gap?

    Please provide an URL to your page.

    – Is it possible to use a .gif for the featured image in a post? How can I delete a features image without leaving a gap?

    If your WordPress media manage doesn’t block gif images then yes. But remove of the featured image will always remove the gap made by the image.

    – When you hover over a ’tile’ / ‘post’ on the home page the photo becomes white. Is it possible to make it 50% opacity instead of completely white?

    Please change this line: https://github.com/GavickPro/Portfolio-Free-WordPress-Theme/blob/master/style.css#L1836 to:

    background: rgba(255, 255, 255, .5);
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Menu button and three dots … and logo’ is closed to new replies.