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

    Hi – could you help me out with tweaking a few things on my design please?

    1) Is it possible to change the image that appears on mouseover on an image to indicate that there’s a link? (Currently an arrow in a circle).
    2) There seems to be a grey border at the bottom of the top menu bar that I can’t remove – how can I turn that off?
    3) Is it possible to increase the size of the text in the top menu bar?
    4) Can I change the colour of the sticky header to solid white rather than slightly transparent?
    5) I have included two images half way down the page – Dish of the Day and Menus – to which I’ve added a caption. Is there there any way to create a highlight/fade effect on them so that it’s clear that they are also hyperlinked to another page?
    6) How can I add a link to the bottom right of the socket bar? (A link to Terms and Conditions).

    Thank you!

    #305306

    Sorry – one more – is it possible to change the main menu links to capital letters?

    Thanks as ever!

    #305708

    Hey!

    1- http://kriesi.at/documentation/enfold/change-icon-used-for-standard-theme-elements/
    2- Seems like you have already figured it out
    3- Please go to Enfold theme options > Advanced Styling and edit “Small bar above Main Menu”
    Please add following code to Quick CSS in Enfold theme options under General Styling tab
    4-

    header#header { background-color: white; }

    5-

    #av_section_2 .av-image-caption-overlay-position:hover { opacity: 0.8; }

    6- Please go to Appearance > Menus and create a new menu and add your pages to it. Then choose to display it as Enfold footer menu under Menu Settings section
    7-

    #top .av-main-nav > li > a { text-transform: uppercase; }

    Regards,
    Yigit

    #305731

    Hi – I can still a faint grey bar immediately below the Top Menu Bar … also, if I go to edit the small bar above the main menu, I only have options to change the font style, background colour and border colour (which is set to white) and not to increase the font size?

    Everything else worked perfectly thank you. Last couple of queries – the main menu font seems to be bold? Can I remove that? And is it possible to add more spacing between each menu link in the main menu?

    Thanks very much – your Theme is absolutely fantastic and so flexible – I’ve already bought several copies and will continue to buy more!

    #305748

    Hey!

    Please add following code to Quick CSS as well and adjust as needed

    div#header_main { border-top: none!important; }
    #header_meta { box-shadow: none; }
    .phone-info { font-size: 16px; }
    #top .av-main-nav > li > a { font-weight: normal; }
    .av-main-nav > li > a { padding: 0 40px; }

    Cheers!
    Yigit

    #305792

    Perfect! Thank you very much!

    #305799

    Hi!

    You are welcome, glad we could help :) Let us know if you have any other questions or issues

    Cheers!
    Yigit

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Change url link on images and a few other tweaks’ is closed to new replies.