• Resolved rburns

    (@rburns)


    I’ve got the Home Page configured how I want it by applying the Home Page template and following the theme documentation, but how I edit any other pages aside from the Home Page? I want to create additional pages but be able to change that header photo of shipping crates to something else. Is there any way to do that with this theme? I’m not seeing options for it anywhere

Viewing 1 replies (of 1 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 6 years, 10 months ago by jalvaradoecuador. Reason: I find a solution
Viewing 1 replies (of 1 total)
  • The topic ‘How to Edit non-Home Pages?’ is closed to new replies.