Lay Theme Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Users
    • Search

    Hide site title on projects pages

    General Discussion
    title customize
    5
    10
    812
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • H
      hugo2lot last edited by

      Hi,

      First I would like to thank you for your great theme, I really appreciate it !

      I would like to hide the site title of my website on all pages except on my home page, can you please explain me how to do this ?

      I also need to add some links in the text of my site title, but when I put htlm inside the customizer, it doesn't work. Is there a way to do this ?

      Here is my provisional website url to help you understand my problem : http://s545552121.onlinehome.fr/

      Thanks a lot,
      Regards,

      Hugo.

      1 Reply Last reply Reply Quote 0
      • mariusjopen
        mariusjopen Global Moderator last edited by

        Hi Hugo,

        with Page-Slugs you can target specific pages with the Custom CSS.

        Just a quick example:

        .slug-projets .primary {
        opacity: 0;
        pointer-event: none;
        }
        

        This hides the navigation on the Project pages.

        You cannot make a different link into the site title yet. You would need to put this into the Custom HTML.

        I hope I could help!

        Marius

        www.mariusjopen.world

        X 1 Reply Last reply Reply Quote 0
        • H
          hugo2lot last edited by

          Thanks a lot, it helps !
          I used Custom CSS and HTLM and it finally works :)

          Regards,
          Hugo.

          1 Reply Last reply Reply Quote 0
          • mariusjopen
            mariusjopen Global Moderator last edited by

            Very happy to hear :-)

            www.mariusjopen.world

            1 Reply Last reply Reply Quote 0
            • X
              Xamreglip @mariusjopen last edited by

              Hi @mariusjopen

              I'm trying to hide the site title in all projects (preferable ONLY for the mobile version)

              i tested the code in Custom CSS you once posted:

              .slug-projets .primary {
              opacity: 0;
              pointer-event: none;
              }
              After placing the code the site title is still shown everywhere.
              Your post was from 2017 – is it maybe different now caused through updates?

              Please help me out here:)
              THX!

              1 Reply Last reply Reply Quote 0
              • mariusjopen
                mariusjopen Global Moderator last edited by

                Dear @Xamreglip
                can you post a link?

                Best!

                Marius

                www.mariusjopen.world

                1 Reply Last reply Reply Quote 0
                • X
                  Xamreglip last edited by Xamreglip

                  @mariusjopen thank you anyways. I just got rid of the site title now everywhere

                  But could you send me a link to a full example code of how to use a page id properly? I tried a couple of times to code sth for specific pages/projects only but it never worked out :-(

                  -> i need this for a mirrored selfmade bilingual option (EN/DE buttons ) popping up in the very upper right corner on a specific page/project forwarding to another specific page/project
                  -> and to create a "back to landing page"-button that only shows up in projects

                  Thank you so much in advance! I think that could be how i'll be able to finally solve my "bilingual" problem!

                  1 Reply Last reply Reply Quote 0
                  • mariusjopen
                    mariusjopen Global Moderator last edited by

                    Dear @Xamreglip
                    is there a chance that you can show us the website? That would make things much easier.

                    Here is a good explanation of how to use Page-IDs for CSS:
                    http://laytheme.com/documentation.html#custom-css-styling

                    Best!

                    Marius

                    www.mariusjopen.world

                    1 Reply Last reply Reply Quote 0
                    • M
                      mogios last edited by

                      Hello !

                      Quiet the same question here, I'm trying to hide my logo from every project page ?

                      I tried with the code provided in this post but without success.
                      Any idea ?

                      Here is my website : www.jeremypiret.com

                      1 Reply Last reply Reply Quote 0
                      • Richard
                        Richard Global Moderator last edited by

                        Dear @mogios

                        [data-type="project"] .sitetitle{
                            display:none;
                        }
                        

                        Best
                        Richard
                        1 Reply Last reply Reply Quote 0
                        • First post
                          Last post

                        Try this to fix issues before you post:

                        Use the Search Feature. Maybe there is already a solution to your issue.

                        1. Update Lay Theme and all Lay Theme Addons
                        2. Disable all Plugins
                        3. Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code ", click "Save Changes"
                        4. Now see if your problem solved itself
                        5. Go here, see if your problem is listed here:
                        Troubleshooting

                        When you post:
                        1. Post a link to where the problem is
                        2. If the problem is difficult to explain, post screenshots / link to a video to explain it

                        Thanks!

                        Online Users

                        I
                        L

                        Recent Topics

                        • C

                          centred Carousel fixed width and proportions

                        • L

                          position Project titles outside the images on the side

                        • slow navigation WP admin control panel

                        • P

                          News element date and title order

                        laytheme.com