• moost3

    (@moost3)


    Hello,

    I am wondering if there is a way to remove the “|” after my site title on the homepage. I think it is because I have my front page set to display latest posts rather than a static front page but if there is a way to remove that symbol that would be great.

    I also am using a dropdown caret in my navigation and for some reason it does not work on mobile/tablet.

    My site is https://www.hardwiredautoelectronics.com. Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • weblizar_support

    (@weblizar_support)

    Hello,

    moost3

    create child theme of enigma

    copy file footer.php from enigma theme folder and paste in child theme

    open file footer.php of child theme folder go to line number 27

    see line of code
    if($wl_theme_options['developed_by_text']) { echo "|" .esc_attr($wl_theme_options['developed_by_text']); } ?>

    and replace with below code

    if($wl_theme_options['developed_by_text']) { echo " " .esc_attr($wl_theme_options['developed_by_text']); } ?>

    Thread Starter moost3

    (@moost3)

    Sorry, I meant for the top site title – the one that shows up in the tab with the favicon next to it. Right now it displays “Hard Wired Auto Electronics | ” on the home page and I would love for it to display “Hard Wired Auto Electronics” without the “|” if possible.

    Also, any suggestions for the dropdown issue on mobile?

    Thanks.

    Thread Starter moost3

    (@moost3)

    Never mind, I had a setting unchecked in a plugin that I’m using.

    I’ll start a new thread of my dropdown issue.

    weblizar_support

    (@weblizar_support)

    Hello,

    We don’t find any ” | ”

    screenshot of favicon

    and please update your theme to the latest version.

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove “|” on site title for home page & mobile dropdown issue’ is closed to new replies.