Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #263013

    I want to add a .png image instead of a title for one of my pages on the main menu. Is that possible? Thanks!

    #263042

    Hi,

    Can you post the link to your website please?

    Also, the png you want to use and the specific menu item you want to change.

    Regards,
    Josue

    #263681

    Thanks for the quick reply.

    The website is crossfitkismet.com and the page I’m looking to edit is “CrossFit Journal”. Instead of it saying CrossFit Journal I would like to use this image (http://journal.crossfit.com/templates/images/black-125×63.png) and have it link to http://journal.crossfit.com/start.tpl?version=CFJ-black123x63

    Here is the code they gave me in its entirety…

    CrossFit Journal: The Performance-Based Lifestyle Resource

    Let me know if you need anything else from me.

    Thank you again!

    #263688

    Hey!

    Try adding this code to the Quick CSS:

    .avia-menu li#menu-item-94 a {
        text-indent: -9999px;
        background: url(https://journal.crossfit.com/templates/images/black-125x63.png) no-repeat center center;
        width: 125px;
    }

    Cheers!
    Josue

    #264441

    I’m still really new to WordPress, themes and all of that is there a step by step guide on how to do this so I don’t mess anything up? Thank you!

    #264442

    Hi!

    Go to Enfold > General Styling > (scroll down) Quick CSS, paste the code i provided there.

    Cheers!
    Josue

    #265293

    Sorry for all the questions I’m just nervous to mess anything up. Is there a certain section and/or line I need to post it in the Quick CSS or can it be anywhere? Is there a way to save my theme in case something goes wrong? I really appreciate all your help Josue! Thank you again!

    #265380

    Put it at the very bottom.

    Regards,
    Josue

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