I tried to build more than one h1 style in the manager and it cannot be done. I probably didn't explain this clearly. I need to tag all of the page headings h1. The problem is some of the backgrounds change from white to black. So I need to have some pages with h1 tagged text have the text colored. ...
I tried it 2 ways. I added style tags and placed the new style code after the body tag in page html. I also tried writing a new css file, using file publisher, and calling on it in the head tag. Both worked. Since most of the new style was redundant, I only wrote the replacement h1 style to include ...
Can't I write a new style for h1 and place it in the page html? WB will generate the tag for that text, and the embedded style will overwrite the style generated in the sheet? ex <style> h1 { background-color: #FFFFFF; color: #000000; display: inline; font-family: "Varela Round"; font-size: 43px; fo...
Thank you Pablo. I was hoping there was a way to overwrite the generated h1 style for other pages with a separate CSS file. I think I'm going to have to split the project into 2 wb files.
I have a H1 tag on my home page that does not work on the other website pages. Is there a way to assign a different H1 style to text on other pages within the same project?
I realized I can build a style for the color with the breakpoints. I still had to go through over 100 pages to apply it to the layer but at least I didn't have to go through each breakpoint on the pages.
I have a 100+ page website and every page has 5 breakpoints. I need to change the background color of a layer to black. In Global Replace, the background color only changes the default view layer background color to black. Is there a way to change the color to black in the other breakpoints? I sure ...
Thank you Pablo. This all makes sense now. I was trying to space the edit boxes apart in the layout grid. I see now it has to be applied individually by margin through the Arrange tool.
Add an editbox to the page. Make a style with padding and/or margin. Apply the style to the editbox through the manager. All the attributes will apply instead of padding or margin.