UI Issues

This topic contains 8 replies, has 3 voices, and was last updated by  Guust 8 years, 1 month ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket

Tagged: ,

  • Author
    Posts
  • #161798

    Srikanth Ramidi
    Expired Member
    Post count: 163

    1. A Border Line is displayed in custom search form. Their is not space for search button also. Previously i have added css code to hide border. I have update Theme and GD 2 days back and added css to hide border. This time it is not working. PFA

    2. Is there option to hide some fields while adding new listing item and display it in edit screen.
    There are too many items while adding. I want to hide some fields while adding and show all fields in edit option.

    #161912

    Guust
    Moderator
    Post count: 29970

    1. Where are you adding the CSS? We’d need your URL and WP admin details too if you want us to have a check.

    2. Sorry, bu that is not possible.

    #161919

    Srikanth Ramidi
    Expired Member
    Post count: 163

    1. I am using Directory Starter theme. I have gone to Appearance > Editor > Stylesheet (style.css)

    I have added below Line :

    .customize_filter ul li { border: 0px; }

    Check Image

    #161922

    Guust
    Moderator
    Post count: 29970

    Try

    .customize_filter ul li { border-bottom: none; }
    #161923

    Srikanth Ramidi
    Expired Member
    Post count: 163
    This reply has been marked as private.
    #161927

    Guust
    Moderator
    Post count: 29970

    We’d need your URL and WP admin details too if you want us to have a check.

    #162017

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    you shouldn’t add css at the top of the original stylesheet, css means cascading style sheet, which means that the latest rule will overwrite any rule coming before for the same selector.

    CSS should be added to a child theme style.css or in gd > design > scripts > custom css.

    Thanks

    #162358

    Srikanth Ramidi
    Expired Member
    Post count: 163

    Fixed. It is hiding now.

    #162465

    Guust
    Moderator
    Post count: 29970

    Thanks for letting us know.

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

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket