Site logo

Archived topic

I want to modify this code of genesis framework to the template generate press

11 replies · Started by Josu on December 28, 2017

Viewing posts 1–12 of 12

I want to modify this code of genesis framework to the template generate press

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
color: #ed9494;
background-image: url(http://miweb.com/wp-content/uploads/2016/11/icono.png);
background-repeat: no-repeat;
background-position: 0px 0px;
}

can you help me?

Ahm ok

I wanted to do that

but how do I adjust the position of the image?

hi

in main navigation i dont see position option

Ahh you are right.

This selector should work:

.main-navigation {
    background-position: 0px;
}

It doesn't work

I also need to underline the option of the menu when passing mouse.

For example:

https://ibb.co/ninbmb

is there something option in generates personalitation?

in the end I have not put an image hover

in the end I have not put an image hover

your code works perfect

thanks a lot

No problem!

This archived topic is closed to new replies.