Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #699417

    Hello guys. I hope for your assistance or pick up me to right direction.

    It is easy understand issue by looking at the website SideMenu -> Projects.
    There are list of subpages and they are dislayed incorrect. So visitors don’t see list of subpages.

    How can it be solved in proper way? So we can see all list of subpages in Projects link.

    P.s. Under Main Logo is text “CALL US NOW ..” I could not disable hover red underline effect. There is some CSS rules conflict.
    Could you assist me to disable hover effect on “Call Us NOW..”

    Thanks!

    #699421

    I solved first issue with Custom Css:
    li:last-child > ul.sub-menu{
    margin-top:-170px;
    }

    Can you assist with second issue: disable hover red underline effect on “Call Us NOW..”

    Thanks.

    • This reply was modified 9 years, 5 months ago by Londonvatoday.
    #699819

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling:

    span.subtext span:hover {
      text-decoration:none !important;
    }

    Best regards,
    Rikard

    #699829

    Thank you Rikard for answer and pointing me check other CSS.

    This CSS code helps me.
    .logo > a:hover {
    text-decoration:none !important;
    }

    P.s. Could you assist with correct set up CSS for height of background-color ?
    I tried to set up height of background-color and I didn’t have luck with that.
    That is desired page result http://www.reneefontainelondonproperty.com/projects (Wix website)

    That is current situation http://london.shirak05.bget.ru/projects/ (Enfold theme)

    Thanks in advance!!!

    #700431

    Hi,

    Great, glad you got it working.

    I’m not sure about the background question though, I can’t see anything at all on this link? http://www.reneefontainelondonproperty.com/projects

    Regards,
    Rikard

    #700879

    Thank you for your assistance and so wonderful theme!

    Please close the thread.
    The question does not important me for anymore.

    Best regards.

    #701252

    Hi,

    Thanks for the kind words, I’ll close the thread.

    Please open a new thread if you should have any further questions or problems.

    Regards,
    Rikard

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Sticky side menu hover effect. Last link with list of subpages issue’ is closed to new replies.