- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-07-2017 11:59 AM
I want to add a text say 'Hello' on SP Header at the location marked below on SP Header Menu:
var obj = {name: 'Amit'}
Is there a way?
Tried to create a menu Item, but that shows just left to knowledge, whereas, i want to place it next to logo.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-07-2017 01:36 PM
Hi Swati,
I warned you about having to tinker with the CSS...
Try this on your Copy of Stock Header...
div#custom_header_text {
display: block;
position: fixed;
top: $sp-logo-max-height / 2;
left: $sp-logo-max-width + 25px;
}
Change the top and the left value to tune the position of your text, depending of your logo size. You may have to hardcode the value.
Here is the result...
You can also add more styling, like choosing the font... If you want to mimic the style of the menu, you can add
font-family: "SourceSansPro", Helvetica, Arial, sans-serif;
font-size: 14px;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-29-2019 06:46 AM
Hi Shiva,
Thanks for your help!
I work in an instance that had this solution, but I had a problem with Announcements.
When an announcement is printed, the text is fixed:
[SOLUTION]
I changed in CSS properties, position = absolute:
Result:
I hope this information is useful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-29-2018 12:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-29-2018 12:18 AM
Hi,
How do I add text to the SP Header Menu but I have used the Stock Header clone if I can still use the clone again and which is the configuration method for the second stock header so it can appear on the portal
Thank you.