Page Title

This topic is empty.

Viewing 2 reply threads
  • Author
    Posts
    • #415


      serhat
      Guest

      I have two question.

      1- I want to resiz Page Title Box (the red box).
      2- There is Laptop pic on Home Backgroun Image. How can add that image?

    • #416


      Yogendra
      Guest

      Hello Serhat,

      1- I want to resize Page Title Box (the red box).
      You need to write CSS for that

      #page-title h1 {
      margin-top: 0px;
      }

      #page-title .bread-crumb {
      margin-top: 0px;
      margin-bottom: 0px;
      }

      You can adjust the px number according to your need. Increase it or decrease it to adjust the heights.
      The first CSS will be used to give page title margin from top and the second CSS is for the breadcrumb height from top and bottom

      2- There is Laptop pic on Home Background Image. How can add that image?

      You can go to Appearance->Customize->General Settings. Here you will find an option to upload Background Image.

      This is the image we have used in home background image.
      https://pixabay.com/en/girl-woman-working-office-business-2618562/

      Regards

    • #528


      Paul
      Guest

      Thanks Yogendra, and what code do I need to use if I want the red box to be removed?

      • #529


        Yogendra
        Guest

        Hello Paul,

        Use this CSS

        #page-title{
        display: none;
        }

        Paste this CSS in Appearance->Customize->Additional CSS

        Regards

      • #530


        Paul
        Guest

        Thank you so much!

Viewing 2 reply threads

Reply To: Page Title

Your information: