Colors and display problems

Hello, and thank you for your awesome free themes.
It offers many possibilities and I wanted to add a few features but apparently I must have done something wrong.

I have 2 display problems that you will see on the attached image.

First, I’d like the text to be red on a white background when I click on the drop-down box and not the background to be red with a blue writing. Would you know how to fix it ?

Second, the title of the recent article posts doesn’t appear anymore, only when you click on it. Same for the Instagram account that I linked, the little logo of Instagram doesn’t appear anymore.
Here is the website if you want to try it : http://lamariniereenvoyage.com/decouvrir-kaysersberg-village-prefere-francais/

Thank you very much for your help !
Celine

With the attachment…

First, I’d like the text to be red on a white background when I click on the drop-down box and not the background to be red with a blue writing. Would you know how to fix it ?

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS


.nav.navbar-nav .dropdown-menu>.active>a,
.nav.navbar-nav .dropdown-menu>.active>a:hover,
.nav.navbar-nav .dropdown-menu>.active>a:focus{
    color: #db0b04 !important;
    background: #fff;
}

Second, the title of the recent article posts doesn’t appear anymore, only when you click on it. Same for the Instagram account that I linked, the little logo of Instagram doesn’t appear anymore. Here is the website if you want to try it : http://lamariniereenvoyage.com/decouvrir-kaysersberg-village-prefere-francais/

Try using below CSS code to display it.

#secondary .widget .post-content a {
    color: #000;
}

Hi Movin and thank you for your answer !
Unofrtunately none of them seem to work…
Thanks again,
Celine

I can see the dropdown menu color is changed on your site which you can see by visiting the page http://lamariniereenvoyage.com/category/voyages-par-theme/au-coeur-de-la-nature/ and then hover over main menu item to display dropdown menu as displayed in the attached screenshot.

You are not using the code correctly for the recent article posts code that i have shared above as displayed in the second attached screenshot. It should prefix with #