Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1375950

    Hi,
    in the text block on the Enfold Restaurant Demo Welcome site (https://kriesi.at/themes/enfold-restaurant/), there is a line that has a vertical bar on the left
    (to the left of “Nulla consequat massa quis enim. Doncus ut, imperdiet a.”).
    How can I change the color of the bar? Now that I’ve changed the color of the bold text, I’d like to adjust the color of the bar as well.

    Many thanks in advance!

    #1376193

    Hi,

    Thanks for contacting us!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    .main_color blockquote {
      border-color: green;
    }
    

    Best regards,
    Yigit

    #1376204

    Thank you. But it should only be in this color on certain sites!
    Doesn’t it change then on all of the sites?

    Best regards,
    Nic

    #1376206

    Hey Nic,

    In that case you can use the code as following

    
    .page-id-312 .main_color blockquote {
      border-color: green;
    }
    

    Best regards,
    Yigit

    #1376214

    Thanks very much!

    I just have another urgent question that actually concerns WordPress. I just tried – after moving to another server – to replace the interim domain with the correct domain using the Better Search Replace plugin, but I get the following error message:

    “An error has occurred. Try either the “Max. Reduce the number of pages” or contact our support.”

    However, I only selected one database as a test and there is not much content on the website anyway. can you tell me what i can do?

    #1376224

    .page-id-551 .main_color blockquote {
    border-color: green;
    }

    … didn’t work!

    I added the code in the quick css and this in the developer settings:
    main_color

    tried it also with
    main_color blockquote

    Could it be that there is an error in the code?

    #1376331

    Hi Nic_007,

    I could see that you are using an invalid hex code:

    .page-id-551 .main_color blockquote {
        border-color: #24727cn;
    }

    please try to change it to:

    .page-id-551 .main_color blockquote {
        border-color: #24727c;
    }

    Best regards,
    Nikko

    #1376392

    Thanks, now it works! That was a typo, an extra letter had crept in!

    #1376433

    Hi Nic_007,

    We’re glad that we could help you :)
    Thanks for using Enfold and have a great weekend!

    Best regards,
    Nikko

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘change the color of the vertical bar of the text’ is closed to new replies.