New Landing How can we help? Themeforest Theme Support Neighborhood Move font icon for menu item to right side

Viewing 8 posts - 1 through 8 (of 8 total)
  • #148153
    vytweb
    Member
    Post count: 7

    Two questions: 1) How do I move the font icon to the right side of the word? I’m using it on a menu link. It appears by default it’s on the left side. 2) I like to modify the theme php files. It seems that you’re using a lot of hooks(?) to files within the /includes/ folder. To edit those, do I make an /includes/ folder in my child theme and copy then edit whatever files I need? I’m trying to get to the root of all the code to add conditional statements, classes, etc…

    #148486
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    1) Can you provide screenshot of the menu link and url of that page?

    2) It depends of the specific file you are trying to change. Some things can be hooked, other functions can be declared again in functions.php if they use function_exists() before the function. Other situations can be more complicated to overide in the child theme.

    -Rui

    #148575
    vytweb
    Member
    Post count: 7

    1) Uploaded. Trying to move the chevron to the right side of the word.

    2) Hmm okay. But if I want to make any changes do I create an /includes/ file in my child theme and copy any files into it I want to change?

    Attachments:
    You must be logged in to view attached files.
    #148639
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    1- Please provide specific page url with issue.

    2- My colleague already suggested you best way to edit files.

    Thanks
    Mohammad

    #148914
    vytweb
    Member
    Post count: 7
    This reply has been marked as private.
    #148926
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    I added the code below to your custom css option

    
    .menu-primary-nav-container i.fa-chevron-down {
    float: right;
    line-height: 44px;
    }

    -Rui

    #148929
    vytweb
    Member
    Post count: 7

    Great, thanks.

    #148932
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem.
    -Rui

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register