Home › Forums › Pro Themes › Clean Corporate Pro › REmove the page title when viewing the page
- This topic has 9 replies, 2 voices, and was last updated 7 years, 1 month ago by wensolutions.
-
AuthorPosts
-
October 12, 2017 at 10:54 am #55533lindajeParticipant
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.
ThanksOctober 13, 2017 at 12:20 am #55595wensolutionsKeymasterHello @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
October 16, 2017 at 9:39 am #55935lindajeParticipantWill 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
LindaOctober 16, 2017 at 11:55 pm #55984wensolutionsKeymasterHello @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.
October 17, 2017 at 12:28 am #55988lindajeParticipantThe top bar says ‘Wen Corporate Pro” by Theme palace.
http://themepalace.com/theme-demo/?demo=MWN1VUZUR0I4TXRCeVRjWWNiZDVmZz09
I’m lost…
October 17, 2017 at 12:53 am #55999wensolutionsKeymasterHello @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!!
October 17, 2017 at 9:12 am #56055lindajeParticipantI 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
October 17, 2017 at 11:35 pm #56110wensolutionsKeymasterHello @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!!
October 17, 2017 at 11:38 pm #56111lindajeParticipantThank you. Made my day!
October 18, 2017 at 1:47 am #56127wensolutionsKeymasterHello @lindaje,
You are most welcome .
We expect the same co-operation in future as well .
Thank you .
Best Regards!!
-
AuthorPosts
- You must be logged in to reply to this topic.