Using Template - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

Using Template

A

Alexander

SP Page Builder 4 years ago

Hi, I like your awesome template "shaper_cuisine" but I am currently struggeling with three things:

  1. I re-used an existing page from the demo on my webpage (http://neu.alt-vellern.de/index.php/menu/classic-layout) and I don't know how to change the title "Discover Classiv menu", I don't see any section that could be edited.
  2. I created a copy (Pagebuilder - Save as copy) of the previously mentioned page in order to create a second menu. This copy (http://neu.alt-vellern.de/index.php/menu/leckeres-zu-ostern) does not show the above mentioned section at all.
  3. When not using a background picture (like on this page: http://neu.alt-vellern.de/index.php/menu) the menu at the top of the screen is not visible because it is white. When scrolling down a black background appears. Is there a way to fix this background so that it is visible all the time?

Can you help me with that?

0
1 Answers
Muntasir Sakib
Muntasir Sakib
Accepted Answer
Support Agent 4 years ago #11701

Hello Alexander,

Please, follow the steps below :

  1. You can change the title from here.

  2. It's because of you haven't assigned that as a menu item like this one here. You have to assign it exactly like that and then the upper section will appear.

  3. Go to template.css file and find the below code

    #sp-header,
    #sp-header.menu-fixed-out {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: transparent; 

and replace the last line to -

background: none;

Thank you!

0