Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey rBurns,

    I didn’t find how to change this on the options of the free version of the theme, however, I was able to use the custom CSS option on the theme configuración to change it for what i need.

    Here is the code you need to add, hope this helps.

    /* ————————————–
    =========================================
    4.transportex-breadcrumb-section
    =========================================
    —————————————–*/
    .transportex-breadcrumb-section {
    background-image: url(YOUR IMAGE URL);
    background-size: cover;
    background-position: center;
    height: 100%;
    margin: 0 0 0px;
    overflow: hidden;
    padding: 0;
    width: 100%;
    box-shadow: 0 0 5px 0 #aaaaaa;
    }

    • This reply was modified 7 years, 1 month ago by jalvaradoecuador. Reason: I find a solution
    Thread Starter jalvaradoecuador

    (@jalvaradoecuador)

    Dont worry, i found it. sorry.

Viewing 2 replies - 1 through 2 (of 2 total)