I would like to use block 9 style from the offical gadgets demo, but use the Global medicine demo (where block 9 looks differently). How can make it so block 9 in the medicine demo setup looks like in the gadgets demo, with bullets and underlines?
Thanks in advance
http://www.screencast.com/t/sCcErAroZ
-
This topic was modified 8 years by
Frydenborg.
Hello Catalin. I want block 9 to look like block 9 as in the official Gadgets demo, as show at the official demo sites. See also the screenshot in the link as in first post.
The site currently looks the Global medicine official Newspaper demo, where block 9 looks differently. http://www.screencast.com/t/sCcErAroZ
Hello,
In order to replicate the look of the gadgets demo please add this code in your custom css box:
.td_module_8 {
padding: 0 0 0 15px;
border-bottom: 1px solid #eaeaea;
margin-bottom: 6px;
}
.td_module_8 .entry-title a {
color: #888 !important;
}
.td_module_8 .entry-title a:hover {
color: #000 !important;
}
.td_module_8 .entry-title a:before {
content: '';
width: 5px;
height: 5px;
background-color: #f45511;
position: absolute;
left: 0;
top: 7px;
}
.td_module_8 .td-module-meta-info {
display: none;
}
.td_module_8 .td-module-comments {
display: none;
}
Thanks.
Hi Bogdan.
Thanks a lot. It seems to work, but the layout is still not the same.
http://www.screencast.com/t/uSlx9t6p
Text is written in the box, and the margins are still to large to text.
Hope you can still help.
Best, Henrik
Hi,
Seems a simple dot got lost in the code provided above, I have edited the code and it will work properly now. Please try it again
– https://www.screencast.com/t/7Darp9qQH6
Thanks