Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #637581

    Hi.

    I try to change the color of the Top line – “Reservationen: 081 925 41 21” (only mobile mode). Can you show me the CSS code?
    Thanks.

    #637586

    Hey welti,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (max-width: 767px) {
    #header_meta {
        border-color: black!important;
    }}
    

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.