Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #769289

    Hello, able people. Needing a hand here.

    (1)
    I am trying to edit my header, i found my code right now is as following:
    <a href="http://beracahcafe.com">首頁</a>
    Where can I find the source code and change it into:
    <a href="http://beracahcafe.com">首頁, Home</a>

    I’ve tried to change the page name into “首頁, Home” in WP page editer, but the header wasn’t changed.

    (2)
    By using what code can I add border to the header items?
    Actually I just wanna add a bottom border to them when hovering.
    I can’t find the selector id.
    Please give me the id name of the border of header links (both normal and hovering).
    I found an selector “.avia-menu-fx” but I don’t have this element in my original code, can I add it in?

    • This topic was modified 7 years ago by greatliona.
    #769301

    Hey Vision,

    Thanks for using Enfold.

    About your first problem, I`d like to check your dashboard, please, may you share your WP credentials in the private content?

    Now, you can add a border bottom on the menu items hover, adding this custom CSS code at Enfold Theme Options > General Styling > Quick CSS

    
    .avia_mega li a:hover {
    border-bottom: 2px solid #fff;
    }
    

    To change the color, just replace the #fff by your color.

    Best regards,
    John Torvik

    #770240

    Hi, John

    Thanks for supporting, the border has been set perfectly.
    Can you also teach me how to share my WP credentials in the private content?

    Thank you so much!

    #770577

    Hi,

    Thanks for the feedback. You should see a Private Content box under your reply box when replying, you can post private content in there. It will be available to all moderators.

    Best regards,
    Rikard

    #772984

    Hi Rikard,

    Thank you for responding.
    My main question should be how to “share my WP credentials”.
    What does this mean?
    Sorry for such a silly question.

    #773691

    Hi,

    It means that we want login details to your WordPress installation, so that we can have a closer look.

    Best regards,
    Rikard

    #773888

    Hi, there.
    Do you mean my user name and password for WP?
    Thanks!

    • This reply was modified 6 years, 11 months ago by greatliona.
    #773903

    Hey!

    Yes. You can also create a new user in Users > Add New with “Administrator” user role. You can use (Email address hidden if logged out) for email but please post login credentials here privately so any available moderator can look into it :)

    Cheers!
    Yigit

    #775283

    OK!
    Please try the username and password I provide!
    Thanks!

    #776712

    (1)
    I am trying to edit my header, i found my code right now is as following:
    首頁
    Where can I find the source code and change it into:
    首頁, Home

    I’ve tried to change the page name into “首頁, Home” in WP page editer, but the header wasn’t changed.

    You might want to use a SEO plugin like Yoast for this function.

    Best regards,
    Andy

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