Removing Dropdown Arrow Signs

Hello,

hope you are all doing well.

I have a question, maybe somebody knows, how I can remove drop-down arrow signs from the Main menu? Below what I mean exactly:

https://images.tinypic.pl/i/01013/ztt7ziyqvxdk.jpg

I have a design theme Rome from Simtech installed.

I am a non-technical person. Is it possible to be done in CSS?

Thank you,

Paulina

Hello Paulina

Give the address of your website and show what you want to delete.

Best regards

Robert

Hi Robert,

unfortunately, the store is closed. Maybe a screen showing a bigger part of the website be any useful? Attaching:

https://files.tinypic.pl/i/01013/nivkqsmuatus.jpg

Thank you,

Paulina

Hello Robert,

unfortunately, the store is yet closed, since we are still configuring it. I'm attachinga screen with a bigger overview of where the arrows are located:

https://images.tinypic.pl/i/01013/ej3meqlzsvqz.jpg

Does this help?

Thank you,

Paulina

What theme is used on your store?

I found a Solution that works well both in Chrome and Firefox(not on IE). Add the following attributes to the CSS for your SELECTelement and adjust the margin-top to suit your needs.

select {
-webkit-appearance: none;
-moz-appearance: none;
text-indent: 1px;
text-overflow: '';
}

Hope this helps :)