creativemrb
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Ravenna] Remove headerThat link is to a Service… so much for “help thy Neighbor” ???
Forum: Themes and Templates
In reply to: [Ravenna] Missing 'Front Page" from widgetswow… so I have the same question and no one has been curious enough to help you with this?
Forum: Themes and Templates
In reply to: [Byblos] Scrolling menuSpeaking of the menu… has anyone found where to edit to change it’s color (background? text?) Hopefully both but for now just the main menu background and hover colors.
Forum: Themes and Templates
In reply to: [Byblos] How to add cross-hatch pattern on photos?Add this code to style.css in your theme
.cameraCont, .cameraContents {
background: none;
}I had tried doing it manually and it didn’t work…
So then I learned that the easiest way is to do this, is to installSimple Custom CSS just as you would any other WP Plugin:
Download Simple Custom CSS from ww.wp.xz.cn.
http://ww.wp.xz.cn/plugins/simple-custom-cssUnzip the .zip file.
Upload the Plugin folder (simple-custom-css/) to the wp-content/plugins folder.
Go to Plugins Admin Panel and find the newly uploaded Plugin, “Simple Custom CSS” in the list.
Click Activate Plugin to activate it.
Begin using the plugin by going to Appearance > Custom CSS in the Admin Menu.
Then just copy and paste this code in:
.cameraCont, .cameraContents {
background: none;
}Removing everything there by default
/* whatever the existing test says */It does all the “placement” work for you… and it worked for me so it should work for you!