Hello,
I am new to CSS and doing some self-learning. In the meantime, I am wondering if any would be so kind as to share CSS to bold and color a widget title.
Thank you in advance!
Hello,
I am new to CSS and doing some self-learning. In the meantime, I am wondering if any would be so kind as to share CSS to bold and color a widget title.
Thank you in advance!
}
.featured-content-article-item__title strong { font-weight: bold; /* To make it bold */ color: #FF0000; /* To change the color (e.g., red) */
}
If I enter this code, this will apply to all Featured Content widgets, correct? In other words, I would not need to populate the CSS Class field on the page widget. With the following code, I am not seeing any change to the page.
Assumptions:
.featured-content > this identifies the widget, correct?
-article-item > is this referencing the content type?
__title > not sure what this is for?
Thank you,
Wayne
}
h2.widget__title { color: red;
}
New to Thought Industries Community? ===> Create an account <===
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.