Home Forums Pro Themes Clean Corporate Pro REmove the page title when viewing the page

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #55533
    lindaje
    Participant

    I want to use the top right hand corner of the front page for a ‘contact me’ location. I am just fine with having one page on the main menu, and that page is called ‘contact me’
    When the reader clicks on ‘contact me’ they also get the page name ‘Contact me’ highlighted across the top of the page. Is there any way to disable displaying the page name when viewing the page like this? I still need it to appear on the menu location, just not on the page view location.

    OR>>> is there a way to have a ‘contact me’ button in the top right corner of the front page? ( it would lead to a page with phone number and contact sheet) — That’s what I’d really like.
    Thanks

    #55595
    wensolutions
    Keymaster

    Hello @lindaje,

    Yes do place the one menu item as per your requirement . The one menu item will be displayed at the right corner .

    Now to convert the menu item to button at first you have to include the class in CSS Classes (optional) field of that menu item by going to Admin Panel > Appearance > Menus .

    Please refer to below screen shot for proper info :

    https://image.prntscr.com/image/0PgvPXjzRu6nFPin-0GJJw.png

    After this place below given CSS in Admin Panel > Appearance > Customize > Additional CSS .

    .main-navigation ul li.button-style a {
        padding: 10px 10px;
        background: #ddd;
        margin-top: 20px;
    }
    
    .main-navigation ul li.button-style a:hover {
        background: #000;
        color: #fff;
    }

    Here change the Hex color code as per your requirement .

    Now to remove the page title use below given CSS.

    #custom-header h1.page-title {
        display: none;
    }

    Hope this helps.

    Best Regards!!

    Have a good day

    #55935
    lindaje
    Participant

    Will the CSS info you have given me (thank you again, it’s wonderful) work on the theme Corporate pro? I have to do a new website for someone and am considering that theme.
    Thanks
    Linda

    #55984
    wensolutions
    Keymaster

    Hello @lindaje,

    The CSS we have provided will work for the Clean Corporate Pro theme.

    Further more CSS will only work for specific theme for which it is provided as the CSS is written in reference to the class used in that theme.

    If you require CSS for some other theme then you should post the issue in the forum of that respective theme and also we do not have the theme called Corporate Pro .

    Hope this helps .

    Best Regards!!

    Have a good day.

    #55988
    lindaje
    Participant

    The top bar says ‘Wen Corporate Pro” by Theme palace.

    http://themepalace.com/theme-demo/?demo=MWN1VUZUR0I4TXRCeVRjWWNiZDVmZz09

    I’m lost…

    #55999
    wensolutions
    Keymaster

    Hello @lindaje,

    Now we are having trouble in understanding your query.

    Let me explain you properly at first .

    As you have posted the issue under Clean Corporate Pro theme ,we have provided the fix for Clean Corporate Theme .

    Please make us clear which theme is currently activated in your site and please post your site URL so that we would be clear on this .

    We do have theme called WEN Corporate Pro and the CSS we have provided wont work for this this . To get the support of this theme you need buy this theme .

    Hope this clears the confusion of yours .

    Best Regards!!

    #56055
    lindaje
    Participant

    I intend to buy that theme, the Wen Corporate Pro. I’m just concerned that the support for it won’t be as good as for the Clean Corporate Pro –which I also have. I was hoping that you and your division would be the ones answering any questions I have on that theme when I buy it, and I was hoping some of the CSS you have given me for CCP would work on the Wen Corporate Pro so I woulnd’t have to request changes for it.

    Thanks

    #56110
    wensolutions
    Keymaster

    Hello @lindaje,

    Thank you for your concern and we would also like to assure you that we will definitely will be answering all of your query even when you buy Wen Corporate Pro theme or any other theme from TP .

    Our main priority will always be on delivering good support to the user of our theme . As for the custom CSS , you don’t have to worry as we will provide the custom CSS for other theme as well based upon your query.

    Hope this clears up the confusion .

    Best Regards!!

    #56111
    lindaje
    Participant

    Thank you. Made my day!

    #56127
    wensolutions
    Keymaster

    Hello @lindaje,

    You are most welcome .

    We expect the same co-operation in future as well .

    Thank you .

    Best Regards!!

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