Hi,
I’ve just made the transition from Dreamweaver CC to RapidWeaver and have installed Stacks2 and Foundation and am having massive (to me anyway) problems.
The theme I’m using is Foundation.
In Dreamweaver it was a simple exercise in creating / modifying a CSS Style Sheet, but cannot for the life of me find how to do this (if indeed it is possible). After a great deal of trawling, I have managed to change an h5 header’s colour - Inspector > Meta Tags & HTML code > CSS.
What I’d like to do is change text sizes and styles within various sections of a page; one section in 10 pt, another section in 12 pt bold, another section in 11 pt, blue. In Dreamweaver, all I needed to do was having imported the appropriate style sheet was add some text on the page I was working on, highlight it and then select the style I’d like to apply for example “body text” would set the font size to 11, the colour to green and that would be it. As below:
.green_phone_number {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #17A317;
font-size: 12pt;
text-align: right;
}
.bodytext {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11pt;
color: #525359;
font-weight: normal;
text-align: justify;
background-color: #FFFFFF;
}
.green_heading {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 15pt;
color: #17A317;
text-align: left;
This was so easy in Dreamweaver. How can I achieve the same in Rapidweaver?
Lots of sites say edit RapidWeaver’s CSS file, but I cannot find it. Others say open the page in Safari and use developers tools to see the appropriate section and make the changes from there. What section? What changes?
I there anyone out there who can help or point me in the right direction?