aecampan
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Minamaze] Widget Font SizeSo I figured out how to change the font size in widgets by using code:
.widget p {
font-size: 12px;
}I’ve made it so each footer widget size is the same. However, I can never seem to increase or decrease the size of the first widget (which happens to be a link to my blogs). It remains at a stagnant 12px regardless of what I put. Has anyone else had this problem?
Forum: Themes and Templates
In reply to: [Minamaze] Slider TextThanks for your help! Problem solved!
Forum: Themes and Templates
In reply to: [Minamaze] Slider TextIn my slider, I have “Compassionate Care at Home” in the title area and “There’s a reason Compassionate Care at Home is the fastest growing home care agency in Connecticut” in the description area. The description is interfering with my slider image. Is there anyway I can shift my text to the left so my text does not overlap with the image. I previously made changes to the custom css by using the code
#slider.featured {
vertical-align: top;
}so that I could see my text at the top of the slider. Is there anyway to use a similar code to shift all text to the left as well?
Might a text box be the solution and if so, is there a way to create a text box? Thanks in advance! I appreciate any help!
Forum: Themes and Templates
In reply to: [Minamaze] Changing font color in featured areaGreat, thanks for your help!
Forum: Themes and Templates
In reply to: [Minamaze] Slider FontThanks for your help onelonelystar!