Hi,
I've got
8 portfolio categories on our site. They each have been assigned a color. Under each of these pages is a list of links to external sites. I am hoping that you can help me modify the following:
- Personalize each category and icon with a matching color. Example of a Moc is provided.
- Decrease the size of the square (icon) to 50% it's original size.
- I also need to adjust the leading on text in the overall site.
Thanks for your help. You are always a great help.
Comments
1. This is not possible unfortunately because requires customization in theme files.
2. You can do this with custom css:
.list_item .list_left {3. If you mean h1 heading font, then you can do this with the following css:font-size: 20px !important;
height: 40px !important;
line-height: 40px !important;
width: 40px !important;
}
.single-portfolio h1 b { font-size: 20px !important; }