• Hello,
    I am using the free virtue theme. I want to have 4 images with border on the content area of the home page, and each image links to a page in the site. Like an image menu, but I want it fixed. Is there a way to do that?
    Thank you for your help,
    Aari

Viewing 7 replies - 1 through 7 (of 7 total)
  • Sure, if you make your home page a static page in your settings > reading. Then that page content can be shown on your home page. So just go into the page, you can add columns using the columns shortcode button. Then click add media and add your images with a link.

    Or you can use the theme options > home layout and add an “icon menu” just scroll down to the place where you choose an icon and there you can upload your own image.

    Kadence Themes

    Thread Starter Aari

    (@aari)

    Thanks that was very helpful. I made it with the static page. Just another question: if I want to put the title under the image but outside the border. Do you have a css code to change that?
    Again thank you for your help.
    Aari

    hannah

    (@hannahritner)

    Hey Aari, can you post a link?

    Thread Starter Aari

    (@aari)

    Thank you for reply. Unfortunately I don’t have a link but I only want to move the text down and not the image. I tried with this code:
    .about_icon div {text-align:center;}
    .about_icon div {position: relative;}
    .about_icon div {top:15px;}
    but the image and the text are going down.
    Best,
    Aari

    Hard to know without a link… IF your using the “icon menu” you can try this css:

    .home-iconmenu a h4 {
    position: absolute;
    color: #444;
    width: 100%;
    text-align: center;
    left: 0;
    }

    Kadence Themes

    Thread Starter Aari

    (@aari)

    Yeah I know but I’m using the maintenance mode that’s why I can’t send you any link right?

    You would have to turn off maintenance mode or send a login.

    [email protected]

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘image menu free virtue’ is closed to new replies.