Template pagelines pro 2.3.8
I put in the morefoot middle section the latest blogpost widget.
I like to change the fontsize of the title and the text.
I can't find the css code to change it.
Could someone help me
Best Answer mnevens , 09 January 2013 - 09:26 PM
Hello,
In the Morefoot middle I put "latest blogpost" list with 5 blogsitems. I like to change the listbullets by a picticures which is ok.
The class to change is .widget ul li - this will change all list items on my site, but I only want it in the middle morefoot section.
What is the correct class to change
Is it #morefoot middle or ....
Go to the full post
Posted 08 January 2013 - 08:05 AM
Template pagelines pro 2.3.8
I put in the morefoot middle section the latest blogpost widget.
I like to change the fontsize of the title and the text.
I can't find the css code to change it.
Could someone help me
Posted 08 January 2013 - 10:23 AM
Hi mnevens
You can use
#morefoot .widget-title {YOUR CSS CODE}
OR
#morefoot .widget-pad {YOUR CSS CODE}
Posted 09 January 2013 - 09:26 PM Best Answer
Hello,
In the Morefoot middle I put "latest blogpost" list with 5 blogsitems. I like to change the listbullets by a picticures which is ok.
The class to change is .widget ul li - this will change all list items on my site, but I only want it in the middle morefoot section.
What is the correct class to change
Is it #morefoot middle or ....