Home Forums Free Themes Photomania Photomania Pro – Homepage and Slider

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #79438
    mabrams
    Participant

    I would like to add a text or code widget (h2 tag and call to action) immediately before the home page slider.

    On my test site: https://jacquey.advancedmediawebs.com/ I am displaying the site-title and site site-description. Because of menu and site-identity cod block positioning in the theme, I have changed the css of site-identity to position:absolute so that the menu is not pushed down and is at the top of the page where I want it.

    1) Where can I edit the home page theme compiler to change the header components?

    Is there a better way to do this, what module / file do I edit to move the inclusion of the site-identity to be physically below the menu?

    Also, I would like to use real text on my home page slider images to replace the image of text. The test site Slider is set to Home Page only & Featured Pages.

    2) Should I use the demo pages with my own images and were do I find these?
    3) Whats the best method to accomplish this?

    Thank you.
    Mark
    https://www.jacquelines-bridal.com/

    #79975
    wensolutions
    Keymaster

    Hello @mabrams,

    To make the site title appear below the menu please add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    header nav { display: flex; 
    flex-wrap: wrap; 
    flex-direction: 
    column-reverse; 
    }

    Now the slider in the theme can be set using the page, post, category, image and tags. If you chose the image then you have to add the custom text from the customizer it self. but if you chose to use the page and post and category, you have to go to the individual post edit screen and change the text as per your requirement.

    Screenshot:

    http://prntscr.com/kvqkws

    Hope this helps.

    Regards!!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.