Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #462942

    Hi Team,

    right now i am moving a redaxo site to wordpress.
    For a lot of sites i need an “inside menu” which i like to have within a text box.

    code is:
    [av_font_icon icon='ue871' font='entypo-fontello' style='' caption='' link='' linktarget='' size='20px' position='left' color='#a8111c'][/av_font_icon]<span style=”color: #461e3c; font-weight: bold;”>Milonga im Schlachthof</span>

    [av_font_icon icon='ue871' font='entypo-fontello' style='' caption='' link='' linktarget='' size='20px' position='left' color='#461e3c'][/av_font_icon]<span style=”color: #461e3c; font-weight: bold;”>Milonga im Filmcasino</span>

    [av_font_icon icon='ue871' font='entypo-fontello' style='' caption='' link='' linktarget='' size='20px' position='left' color='#461e3c'][/av_font_icon]<span style=”color: #461e3c; font-weight: bold;”>Tango im Einstein Kultur</span>

    [av_font_icon icon='ue871' font='entypo-fontello' style='' caption='' link='' linktarget='' size='20px' position='left' color='#461e3c'][/av_font_icon]<span style=”color: #461e3c; font-weight: bold;”>Termine</span>

    it is working fine like that only thing i am missing is color on hover – mouse over.
    I am not sure how to get that to work with out a css class.

    Can you help me – would be fantastic!!!

    You can answer in german if you like

    • This topic was modified 10 years ago by samurai089.
    #463192

    Hey samurai089!

    I’m not sure if this code will only target your links in the left bar but you can try this in Quick CSS to see if it works:

    .av_textblock_section span a:hover {
    color: yellow !important;
    }

    Cheers!
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.