Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • sergiosp Friend
    #189003

    Hi team!

    I need Adding Background Images in modules: “Precandidatos a Concejales” and “Precandidatos a Consejeros Escolares” (JA Content Popup) Similarly a “portfolio”.
    I created two images
    1) concejales-bg.jpg, for “Precandidatos a concejales”
    2) candidates consejeros-bg.jpg for precandidatos a “Consejeros Escolares”
    went up to /public_html/templates/ja_onepage/images/themes/modern
    You can help me that these images can be viewed properly on both modules?

    Thanks for help me
    Sergio

    phong nam Friend
    #499415

    Hi Sergio,

    You can add the background images to the section of these modules by adding below codes into templates/ja_onepage/css/custom.css file:

    #precandidatos_a_concejales {
    background: url(' Your_background_image_path ');
    }

    #precandidatos_a_consejeros_escolares {
    background: url(' Your_background_image_path ');
    }

    sergiosp Friend
    #499513

    I, I followed your instructions, but does not look good.
    I want it to look like the bottom of our portfolio. But in the two places I put them are seen as a collage …
    Could you help me to display the same form of “Platform” (Our Portfolio)
    Thanks for all!
    Sergio

    phong nam Friend
    #499514

    Hi sergio,

    You can try to replace my codes in custom.css file with below ones:

    #precandidatos_a_concejales.onepage {
    background: url('../images/themes/modern/concejales-bg.jpg');
    background-size: 100% 100%;
    }

    #precandidatos_a_consejeros_escolares.onepage {
    background: url('../images/themes/modern/consejeros-bg.jpg');
    background-size: 100% 100%;
    }

    You can adjust the background size with your desired portions.

    sergiosp Friend
    #499625

    Leo; Thanks for all! one questions: which is the exact measurement of the background and not the image looks stretched?
    sergio

    phong nam Friend
    #499647

    Hi sergio,

    Up to you. You can change the percent of backround-size until you get perfect.

Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 6 replies, has 2 voices, and was last updated by  phong nam 11 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum