Home>Support>Page Name/Title not to apper/displayed on the webpage

Page Name/Title not to apper/displayed on the webpage

I use Vantage theme,
I don’t want the page Title to appear/displayed on the webpage
E.g “About Us” is the page title, I don’t want it to appear on the webpage.

Also I want to reduce the image Height for meta slider (1080 X 420) i want to make it
(1080 X 350)

how do i do it
Stan

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 6 months ago Daniel
    Hi, I Work Here

    Hi Lolo143

    You can change this with some custom CSS. If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.

    article.post .entry-header h1.entry-title, article.page .entry-header h1.entry-title {
        display: none !important;
    }
    

    Let me know if that works for you.

    For your other issue kindly open a new thread for each question. This helps us ensure we keep track of each issue individually and ensure all our customer queries have been looked at as required.

    Thank you for your understanding.

  2. 9 years, 6 months ago lolo143

    Hi,thank you very much, yes the code you did work
    But just one more thingI want the size (height) of the top image in the meta slider to be 1080 X 320 the existing is 1080 X 420how do i do it ?

  3. 9 years, 5 months ago lolo143

    hi Andrew,How do i capitalize the first letter of Vantage Headline "This is Water Sports"refer stanleyseveres.com

    • 9 years, 5 months ago Andrew Misplon
      Hi, I Work Here

      Hey, try the following under Appearance > Custom CSS:

      /* Headline Widget */
      
      .widget_headline-widget h1 {
        text-transform: capitalize;
      }
      

      Hope that helps.

  4. 9 years, 5 months ago lolo143

    Hi Andrew, thanks so much it worked
    How do i get rid of the underline in the Headline
    I tried "text-decoration: none;" but it did not Work  

  5. 9 years, 5 months ago Andrew Misplon
    Hi, I Work Here

    Sure, let’s try:

    .widget_headline-widget .decoration { display: none; }
    

    In CSS, this is a comment:

    /* This is a CSS comment */
    

    If you’d like you can use them in your Custom CSS to organise rules into sections or just name things so if you come back in a few months you’ll know what’s what.

  6. 9 years, 5 months ago lolo143

    hi Andrew,thank you very much, it just worked perfect regardsStan

  7. 9 years, 5 months ago Andrew Misplon
    Hi, I Work Here

    Awesome, glad to hear that did the trick :)

  8. 9 years, 5 months ago lolo143

    Hi Andrew,I want to edit the  H2 and H3  font size in custom CSS  how do i do it ?

  9. 9 years, 5 months ago Andrew Misplon
    Hi, I Work Here

    Hi :) It should be something like this:

    /* Vantage Heading Styles */
    
    .entry-content h1 {
    font-size: 24px;
    }
    
    .entry-content h2 {
    font-size: 18px;
    }
    
    .entry-content h3 {
    font-size: 16px;
    }
    
    .entry-content h4 {
    font-size: 15px;
    }
    
    .entry-content h5 {
    font-size: 14px;
    }
    
    .entry-content h6 {
    font-size: 13px;
    }
    

    Pick and choose what you need from that list.

    Hopefully that helps. Let me know how you do. Thanks

  10. 9 years, 5 months ago lolo143

    Hi Andrew,i just want to know during the update of vantage Version: 2.4.2 if the <H 1> tag in the Header logo area  is removed.
    (Though i have already removed it in the Child theme, the way, you have showed me)

  11. 9 years, 5 months ago Andrew Misplon
    Hi, I Work Here

    Unfortunately not, that is still there so the child theme is still necessary.

  12. 9 years, 4 months ago lolo143

    Hi Andrew,I looking to integrate Hotel reservation/booking plugin in Vantage which should also take care of the payment gatewayhave you tested any plugin which  do this job perfect Or would you recommend me something

  13. 9 years, 4 months ago Andrew Misplon
    Hi, I Work Here

    Sorry, wish we had a recommendation for you on this. WooCommerce might have a booking addon, that could be one way to go.

  14. 9 years, 3 months ago lolo143

    Hi Andrew,my site watersportsingoa.com  was listed in 1st place for the keyword " Watersports in Goa" when it was just a static website 2months ago, But when i changed to WP (Vantage Theme) it dropped down to 7th spot. (i don't blame your theme) what could be the problem. (I using SEO Yoast at the moment). could u pls check or suggest me something regardsStan

  15. 9 years, 3 months ago Andrew Misplon
    Hi, I Work Here

    Hey Stan

    Sorry to hear about the problem. SEO is unfortunately a little beyond our scope here. Organic rankings are tricky and can be affected by a number of factors. Even without making changes to your site it’s possible that a search algo. shift could change your position (we’ve had that happen to us on other projects.). My advice would be to go through the Yoast SEO documentation, it’s basically a reference guide on SEO and worth the effort. If search is important to gaining new customers you could also consider going the paid Google AdWords route. If you do then I’d recommend using AdWords with the help of a consultant.

  16. 9 years, 3 months ago lolo143

    Hi Andrew,i want the nav bar below the slider, how do i do that ? like it would be <Headmast><Slider><Nav bar>

  17. 9 years, 3 months ago Andrew Misplon
    Hi, I Work Here

    I worked this up a while back. You can find my child theme here:

    https://siteorigin.com/wp-content/uploads/2014/11/vantage-child-slider-before-menu.zip

    If you’re not already using a child theme you can install from Appearance > Themes > Add New > Upload ZIP. Activating a child theme will cause all Customizer > Theme Design and menu location settings to reset. It’s an expected result.

  18. 9 years, 3 months ago lolo143

    Hi Andrew,I have attached a sample of what iam looking for, i.e would it possible to have the order like
    NAV -HeadMast -Slider as i have shown in the sample image.

  19. 9 years, 3 months ago Andrew Misplon
    Hi, I Work Here

    Hi :) The forum is a custom creation, we’re improving it all the time but unfortunately don’t support email image attachments just yet. It’s on the list though. Apologies for the hassle.

    We do our best to help out with small customisations but don’t officially offer them as part of normal support. Swapping the slider and the masthead (regular or logo in menu) was a pretty easy change so something I could send out. What you’re after will take a bit more work. If it’s something you’d like to pursue I’d recommend the developers over at https://codeable.io.

    Sorry we don’t have more on this.

  20. 9 years, 2 months ago lolo143

    Hi Andrew,can you please tell me the name of your custom CSS Plugin

  21. 9 years, 2 months ago Andrew Misplon
    Hi, I Work Here

    Sure :)

    Our page for SiteOrigin CSS: Page: SiteOrigin CSS Editor
    SiteOrigin CSS on the directory: https://wordpress.org/plugins/so-css/

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More