+ Reply to Thread
Results 1 to 5 of 5

Thread: How to change show both icon and text in mobile?

  1. #1
    Master
    Join Date
    Apr 2021
    Location
    USA
    Posts
    248

    How to change show both icon and text in mobile?

    In manage listing page,

    On desktop, the edit and delete show both icon and text. But on mobile it only show icon, how do I make it show text as well?
    Thanks in advance
    Last edited by Tim Copper; August 7, 2021 at 07:18 AM.

  2. #2
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    Hello,

    Can give more details of the page you need to modify? A screenshot will be better

  3. #3
    Master
    Join Date
    Apr 2021
    Location
    USA
    Posts
    248
    Hi Rudi, here is the page I was referring to:
    https://classifieds.demoflynax.com/my-ads.html

    On mobile, I want to show text next to the icons, just like in desktop

    Screen Shot 2021-08-09 at 1.06.44 PM.png

    This is on desktop:

    Screen Shot 2021-08-09 at 1.07.47 PM.png

  4. #4
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    Edit css file in templates > your_template > css > style.css > find a line section#listings.my-listings .item div.navigation > ul > li a > span

    and replace:
    Code:
    Only registered members can view the code.
    with:
    Code:
    Only registered members can view the code.

  5. #5
    Master
    Join Date
    Apr 2021
    Location
    USA
    Posts
    248
    Perfect, thank you so much Rudi.

+ Reply to Thread