• Resolved remmi11

    (@remmi11)


    Can the admin recommend a width in px for images used in breadcrumb?

    similar to:

    .page-id-211 .enigma_header_breadcrum_title {
    width: ? px;
    background-image: url(“http…”);
    }

    Any help would be greatly appreciated.

    -remmi11

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi remmi11,

    To add background image in breadcrumb follow the given below instructions:

    First of all create a “Child_Theme”.

    After it open your “style.css” file from your “Child-Theme” directory.

    and add this css rule at the end of the file

    .enigma_header_breadcrum_title{
    background-image: url(“./images/imagename.png”);
    }

    now save the changes.

    now create images folder and insert image which you want to add in breadcrumb section.

    Thanks

    Thread Starter remmi11

    (@remmi11)

    Hi Weblizar,

    Thanks for the reply. What do you recommend for a width for these images?

    Thanks in advance,

    remmi11

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Reccomended width for page images.’ is closed to new replies.