jmoorepr
Forum Replies Created
-
Forum: Plugins
In reply to: [Brilliant Web-to-Lead for Salesforce] Return URL jumps back to submit pageThe URL changed to this: https://www.exponentpartners.com/case-study-choosing-a-case-management-system/
But, I guess there’s no way I can get assistance on this anyway. ??
Forum: Themes and Templates
In reply to: [Theme: Pinboard] Change link hover colorYou might have to use CSS.
a:hover {
color:#333333 !important;
}
Replace #333333 with whatever color you are trying to use and don’t forget the ‘!important’.Let me know if you have trouble.
Forum: Themes and Templates
In reply to: Opulus Sombre Theme – Images instead of ColorFrom the WP dashboard go to:
Media – Add new and upload the image to your library that you want to use as your background image, then grab the absolute file location.After you copy the url to the image, go to:
Appearance – Opulus Sombre Theme Options – Custom CSS and paste this code:#ribbon_wrap {
background-image:url(‘image file url’) !important;
background-repeat:repeat !important;
}Replace the ‘image file url’ with the url to the image.
Click Save.Feel free to change the background-repeat as needed.
Let me know if you have any problems.
Forum: Themes and Templates
In reply to: Opulus Sombre Theme – Images instead of ColorTo clarify:
Are you trying to change the body background to an image?Forum: Themes and Templates
In reply to: [discover] How do I have a logo instead of textNo problem.
Forum: Themes and Templates
In reply to: [discover] How do I have a logo instead of textSorry, I’m new to the forums.
From the WP dashboard click on: Appearance – Header. You will see the option to upload your logo.
Let me know if you have any trouble.
Forum: Themes and Templates
In reply to: [discover] How do I have a logo instead of textWhich theme are you using?
Forum: Fixing WordPress
In reply to: website looks different on larger screen*Latest in Beauty
Forum: Fixing WordPress
In reply to: website looks different on larger screenI noticed the item located in the ‘Latest of Beauty’ section seems to be out of place. I will have some time later this evening to look into it, so I probably won’t be able to respond until around 7pm est.
Forum: Fixing WordPress
In reply to: website looks different on larger screenI just viewed this website in Safari and it looks fine. Did you test the site in Internet Explorer?