• Closed
  • Lennita Perrie
    Spectator
    September 22, 2017 at 6:01 am #34864

    Hi 🙂
    I purchased Evolve + theme [evolve PlusVersion: 2.7.3] and am having trouble in finding support documents or online assistance relating to;

    1. How to change the Grey border color in the content page images
    2. How to change the grey color in the sub heading on content pages as well as font color.

    For the image borders; I have tried changing the css code in image section to Opx for the border as well as color to #00000 [black] but this does not work.

    I have also changed the color to black in the shortcode section for image borders and this didn’t work either.

    I am working on a sub domain DRAFT website at the moment; Here is the link to a page where the grey header and image border is showing to clarify what I mean above if that helps.
    http://website.phoenixglass.com.au/bus-coach/

    Thank you so much, your assistance is greatly appreciated.
    Lennita

    vaibhav
    Spectator
    Posts: 287
    September 22, 2017 at 7:38 am #34868

    Hi,

    Our support documents are here:
    https://theme4press.com/docs/

    For your first question: How to change the Grey border color in the content page images
    Please add below custom css:
    .entry-content img {
    background: none;
    border: none;
    }

    For your second question:
    First custom css for change the grey color of the subheading font color
    ul.breadcrumbs li {
    color: #fff; //give your color you want to it
    }

    second custom css for change the grey color of the subheading background color
    ul.breadcrumbs {
    background: #000;
    border: 1px solid #000;
    }

    Thank you

    Lennita Perrie
    Spectator
    Posts: 1
    September 24, 2017 at 6:53 am #34875

    Thank you for your reply.
    I have tried adding the code above to custom css area but it did not change the border color in the content page images.
    I have tried again to search through the editor and can not find anywhere to add the code either.
    I played with a few colors to see if that worked but nothing I do seems to work.
    Should I have added the code to ‘additional css’ instead of ‘custom css’?
    Thank you so much,
    Lennita

    vaibhav
    Spectator
    Posts: 287
    September 25, 2017 at 7:15 am #34878

    Hi,

    Yes, You can use ‘additional css’ instead of ‘custom css’ and after that, your problem is not solved please give your login details in private reply for check your issue.

    Thank you