Title and image of article is not better for World News II.
See attachment here:
Title small a bit character and thumb image of article to click full image. This is better.
#gkComponent > div > h1, #gkComponent > div > h2, #gkComponent > div > h1 a, #gkComponent > div > h2 a {
font-size: 36px;
line-height: 42px;
}
teitbite wrote:Hi
To resize the title You can use this code:
- Code: Select all
#gkComponent > div > h1, #gkComponent > div > h2, #gkComponent > div > h1 a, #gkComponent > div > h2 a {
font-size: 36px;
line-height: 42px;
}
For image I think You need to use some kind of plugin for this. Unfortunately do not know any.
teitbite wrote:Hi
Any css changes should be stored in override.css file. Just remember that this file needst to be enabled in template settings.
teitbite wrote:Hi
Great You make it working, but You should keep all modifications as override in override.css to avoid problems during template update. Please make sure override is enabled in template settings and if cache was cleared after this change.
#gkComponent > div > h1,#gkComponent > section > header> h1,#gkComponent > div > h2,#gkComponent > section > header> h2,#gkComponent > div > h1 a,#gkComponent > section > header> h2 a,#gkComponent > div > h2 a, #gkComponent > section > header> h2 a {
font-family: Cambria;
font-size: 21px;
line-height: 26px;
margin-bottom: 0;
}
table.weblinks,table.category,.category table,#adminForm table {
font-family: Cambria
font-size: 1.1em;
margin: 10px 10px 20px 0px;
width: 99%;
}
#gkComponent {
font-family: Arial, sans-serif;
}