Hi Guys,
I’m having a few minor issues to define css for the site i am currently working on. Please take a look at the image and see how it should be defined. URL and access credentials are available in Privat Content section.
I’ve tried already some css, but for some reason it didn’t work properly:
.widgettitle {
font-family: 'PT Sans', sans-serif;
}
.widgettext p {
font-family: 'Open Sans', sans-serif;
font-size: 18px!important;
}
#top .widget_nav_menu li {
font-family: 'PT Sans', sans-serif;
font-size: 18px!important;
padding: 10px;
}
.widget_nav_menu a {
font-family: 'PT Sans', sans-serif;
font-size: 18px !important;
line-height: 150%;
}
.widget_nav_menu a:hover {
font-family: 'PT Sans', sans-serif;
font-size: 18px !important;
line-height: 150%;
color: black;
}
Thanks your help!
Hey Frank,
So you need the css to match what you have in the image?
Best regards,
Jordan Shannon
You are very quick, Jordan. Yes, i need the css for what i’ve written in the image, means:
The text of the first widget in the sidebar should use the following font definitions:
Open Sans, Size: 18 Pixel.
The navigation menu in the sidebar should have:
PT Sans, Size: 18Pixel
Best regards,
Frank
Hi,
Add the following to quick css:
#text-3 .textwidget p{
font-family: 'Open Sans', sans-serif!important;
font-size: 18px!important;
}
#nav_menu-2 .menu-sidebar-menue-container #menu-sidebar-menue.menu li a{
font-family: 'PT Sans', sans-serif;
font-size: 18px!important;
}
Best regards,
Jordan Shannon
D’oh! By mistake i commented something of the css out, why i didn’t work properly. However, problem solved. Thanks, Jordan. Have a nice day!
Hi,
Great! If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon