Jump to content

Hello All How do I change the Size and Color of Title of Por...


Naeem Sufi 3

Recommended Posts

Hello All

How do I change the Size and Color of Title of Portal the default size is too small , so I would like to increase the size and make it same color as of the Logo, using RGB code

I tried to contact support and so far no solution

if anyone can share the solution here , would appreciate it

Thanks

Link to comment
Share on other sites

I copied the 2018 Theme to Custom Theme (both css and theme files)

I add the following code to css file

.df-theme-background

{

background-color: white;

#ibx-aria-id-8 > div.ibx-label-text{

font-size: 30px !important;}

}

 

image.png699231 9.75 KB

 

It did not do anything

does this look correct

Thanks

Link to comment
Share on other sites

  • 3 weeks later...

Hello Matt

Do you have list of these elements . Now they are are requesting to have solid color line where the Page Title is also Since we are going to be showing the Page Category in Top Panel, I will need to change the the size/ color of the Categories in the Top Banner

also the Color on the Left Bar, I need to match to the color on our Launch Pages

if there is a List of these elements of the Portal , would appreciate if you can share it or of if these are available in any of the documents , link to that document will be appreciated

I tried to use Source View it does not show these elements names

Thanks

Link to comment
Share on other sites

Hello Naeem,

I have attached one of my css examples that can be added as a custom theme under Global Resources. This has a lot of them, but I am not sure it has everything. Hopefully this will help a bit more. I do use F12 in Chrome to explore areas to understand where I need to style, I make the changes in there then I copy the snippet of code and add to my CSS.

Hopefully this helps.

css_example.txt (74.0 KB)

Link to comment
Share on other sites

Thank you Matt and Toby I looked at both examples and they look nice I was able to change left Panel and the Title what I am still trying to figure out is the Banner Category options how do I change the color of these elements and on the Page Title which is Blank now, I would like to have a solid color line . Since the Page Title is the same as the Header in the Launch HTML, so I am not showing the page title, instead would like to have solid color line

I looked for this in both examples I did not find any references to these

Thanks both of you for help

 

image.png844107 7.63 KB

Link to comment
Share on other sites

  • 3 weeks later...

Try something like this

/* Banner */

.pvd-banner-logo {

width: 150px;

min-width: 150px;

}

.pvd-menu-btn {

background-color: #DB6026;

color: #0F436E;

font-weight: 400;

margin: 15px 0;

padding-bottom: 0;

letter-spacing: 1.1px;

text-transform: uppercase;

}

.pvd-menu-btn:hover,

.pvd-menu-btn-border,

.pvd-menu-btn-border:hover {

background: #DB6026;

color: #fff;

border-radius: 3px;

margin: 15px 0;

padding-bottom: 0;

}

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...