Tagged: ,

Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #643408

    Moin,

    how can I change the overlay / link content “klick mich”?
    Default is a white fontcolor. The color can changed in the theme styling or per css?

    Thanks Sven

    #643410

    Hey AWZ,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .image-overlay.overlay-type-extern .image-overlay-inside:before {
        content: 'klick mich';
    }
    

    Then you can go to Enfold theme options > Advanced Styling and edit image overlay and change its colors

    Best regards,
    Yigit

    #643414

    Thanks.

    I want to change also the wording: “klick mich”
    How does it works?

    #643820

    Hi,

    You can change that in the code Yigit provided:

    .image-overlay.overlay-type-extern .image-overlay-inside:before {
        content: 'word';
    }

    Best regards,
    Josue

    #643897

    Hi again,

    aaah now I understand, what you mean. You suggest a way to change the symbol – the symbol (arrow) is ok for me. But thank you – it was very interesting how to change it.

    Please look at the link and to the two downloadable items. Above is a caption “klick mich” in white (not the arrow). I want to change this wording for example in “download”. The class selector is “avia_iconbox_title”. With css pseudo selector :before and :after it doesn´t work for me.

    .avia_iconbox_title:before {
        content: 'download';
    }
    #643913

    Hi,

    Can you please create us a WordPress administrator account? post it here as a private reply.

    Regards,
    Josue

    #643915

    PS. Do you have a reference of the fontello code “font awesome”? If I use the code of http://fontello.com/ the signs doesn´t fit to the displayed sign.

    #643918

    Look down under

    #643983

    Hi,

    Change it here:
    http://screencast.com/t/3EZh5EP7nxx4

    Best regards,
    Josue

    #644040

    Thank you. It´s so simple! Read over that shortcode.

    PS. To change the sign: Do you have a reference of the fontello code “font awesome”? If I use the code of http://fontello.com/ the signs doesn´t fit to the displayed sign.

    #644492

    Hi,

    Custom additional fonts need to be imported first, please check:

    Best regards,
    Josue

    #644686

    Thank you for the film to integrate new fontellos.

    Do you have a reference of the fontello font awesome, that you have integrated in enfold for shortcodes like this:
    icon='ue82d' font='entypo-fontello'

    The code of the signs on and the preview of http://fontello.com/ doesn´t fit. Just try it. Select a font awesome sign. Go to “customize codes”. You can copy and paste the number. You will get an unespected sign.

    Thanks

    #644721

    Hi,

    Enfold does not use fontawesome but entypo. What exact icon do you want to use? we can include it for you.

    Best regards,
    Josue

    #644746

    Ah ok.

    We want to be flexible and use different icons. The long way is create a new icon and look in the avia shortcode like this:
    [av_font_icon icon='ue806' font='entypo-fontello' style='border' caption='' link='' linktarget='' size='40px' position='left' color='' custom_class=''][/av_font_icon]

    I thought only you have a reference of it to make it faster…

    #644791

    Ah, no there’s no reference but you can also check the icon codes by hovering on the icons – http://imgur.com/1H9lRE0

    Best regards,
    Josue

    #644821

    Perfect! And that works for me.

    Thanks Josue

    #644838

    You are welcome, glad to help :)

    Regards,
    Josue

Viewing 17 posts - 1 through 17 (of 17 total)
  • The topic ‘Image Overlay’ is closed to new replies.