• Hello,

    Hope, you’re doing well.

    I need help with some CSS customization. Please!

    1: In the menu bar; there are country flags for language – I need to minimize the space between the flags. How can I do so?

    2: How can I change the hover and active color for the menu tabs?

    WEBSITE URL: [Moderated: Redundant link removed]

    Thanks,
    Rashida H.

    • This topic was modified 3 years, 5 months ago by t-p.
    • This topic was modified 3 years, 5 months ago by t-p. Reason: Redundant link removed

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator t-p

    (@t-p)

    Looking at your site, you use bw-gas-monitors theme which could not be found in the www.ads-software.com/themes/ directory, as far as I can see.

    If this was a custom theme, you may have to go back to your developer team and ask them to make the necessary change(s) to the theme.

    If you use a commercial theme or plugin and need support, please go to their official support channel. In order to be good stewards of the WordPress community, and encourage innovation and progress, we feel it’s important to direct people to those official locations.

    Forum volunteers are also not given access to commercial products, so they would not know why your commercial theme or plugin is not working properly. This is one other reason why volunteers forward you to the commercial product’s vendors. The vendors are responsible for supporting their commercial product.

    Commercial products are not supported in these forums.

    For the flag spacing try this in your customizer > additional CSS

    a.glink {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    Figuring out the hover and active menu changes is harder. Suggest that you examine your custom theme’s CSS files and OR consult your theme developer.
    As a start you should learn how to use your browser inspector for addressing CSS issues.

    Thread Starter rashidazhussain

    (@rashidazhussain)

    Hi @rossmitchell

    Thanks for your help. It worked.

    Regards,
    Rashida H.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘CSS Help Needed’ is closed to new replies.