• Resolved Motor City Sites

    (@motorcitypicturesdetroit)


    How can I edit the homepage in the live editor to customize more?
    Nothing shows up because it is a pre-build template…it only lets me customize certain things in the theme editor.

    The page I need help with: [log in to see the link]

Viewing 15 replies - 1 through 15 (of 16 total)
  • Hello,

    Please create a “Home-Page” first.

    Go to Dashboard Admin Panel >> Appearance Menu >> Customize.

    Now click on “Home Page” which you created above.

    Here you will see some sections with custom content.

    Now you able to modify home page and its custom content with live preview here.

    Let us know for further assistance.

    Thank You

    Thread Starter Motor City Sites

    (@motorcitypicturesdetroit)

    Thank you, I got it. Now…I’m having a strange issue where the header images on all pages except the home page are not showing/editable. Can you help?

    https://www.michiganmedicarespecialist.com

    Hi,

    As we have checked there is hero image not available.

    So please insert hero section again and save the changes.

    Thank You

    Thread Starter Motor City Sites

    (@motorcitypicturesdetroit)

    I dont understand…I already have hero section enabled on the homepage. The hero image is missing from all pages except home page.

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hello,

    Hero image will only display on home page, not on other pages.

    Second your hero image is missing from server. Please re-update the hero image again.

    Check the screenshot.

    Thank You

    Thread Starter Motor City Sites

    (@motorcitypicturesdetroit)

    ok, yes I fixed that. my bad. but I swear, I built the site before with this theme and each page had a hero image. after I migrated to a new server, the theme was missing those. oh, well…

    Hello,

    May be you are talking about the breadcrumb background image.

    So follow below instructions:

    Go to Dashboard Admin Panel >> Appearance >> Customize >> General Settings >>

    Breadcrumbs & Title.

    Here you can set title bar settings.

    Save the changes.

    Thank You

    Thread Starter Motor City Sites

    (@motorcitypicturesdetroit)

    That is not what I meant, but I have another issue.

    Can I change the color of the animated progress bar on the home page?

    Again the website is: https://michiganmedicarespecialist.com

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hello,

    Here the two css to change the progress bar color
    first for the color line and second for the background color of percent (number)

    .progress-item .progress-bar {
    background-color: #30f13f !important;
    }

    .progress-item .progress-bar .percent{
    background-color: #10ab31 !important;
    }

    Put both css in custom css editor and save changes.

    Thank You

    Thread Starter Motor City Sites

    (@motorcitypicturesdetroit)

    This works, but changes both progress bars. Is there a way to change the color of just the bottom one?

    Thread Starter Motor City Sites

    (@motorcitypicturesdetroit)

    Also, can i add a header image to pages other than the homepage? Does this require additional CSS too?

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Use this new css

    .progress-item:nth-child(2) .progress-bar {
    background-color: #30f13f !important;
    }

    .progress-item:nth-child(2) .progress-bar .percent{
    background-color: #10ab31 !important;
    }

    Thread Starter Motor City Sites

    (@motorcitypicturesdetroit)

    this worked perfectly, thanks!

    Now, how can I add images to the headers on all pages? currently it’s just a grey background and if i add a “hero image” it shows below the current header.

    If not an image, maybe just change the background color?

    Thanks!

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    hello,

    If want to set “Breadcrumbs image” go to Admin Dashboard >> Appearance >> Customizer >> General Settings >> Breadcrumbs & Title.

    Here you can find “Background Image” option. Set any image that you want to use as headers on all pages.

    If you want to change color instant of using image than follow the same as above.

    and just download the color image from https://www.1x1px.me/ set it as background images

    Thank you

    Thread Starter Motor City Sites

    (@motorcitypicturesdetroit)

    perfect! thank you!

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘Home page’ is closed to new replies.