Changing Appearance in Portfolio Gallery Theme

David Dain created the topic: Changing Appearance in Portfolio Gallery Theme

Hello,

I have a couple of questions regarding the Portfolio Gallery.

1. How do I change the color and font size of the headings? I don't see how to do that in the Typography -> Headings menu.


Thanks,
David

#61979

Please Log in or Create an account to join the conversation.


Agapi G. replied the topic: Changing Appearance in Portfolio Gallery Theme

Hello David!

Please use the following code to change headings font-size on your website:

h2 {
    font-size: 12px !important;
}

You can also apply it to h3 tags, if necessary. Please add the code to Theme Options > General > Custom CSS editor.

As for the color of headings, please go to Color Control and change Header Text Color accordingly.
Thanks, have a great day!


Kind regards,
Agapi G.
Web-Dorado team
#62083

Please Log in or Create an account to join the conversation.


David Dain replied the topic: Changing Appearance in Portfolio Gallery Theme

Thank you. But when I go to "Color Control" the only color I can change is for the background of the site, not the header color.

#62145

Please Log in or Create an account to join the conversation.


Agapi G. replied the topic: Changing Appearance in Portfolio Gallery Theme

Hey David!

Looks like you have the Lite version of the theme. In that case please change the heading text color using the following CSS code:

h2, h3 {
    color: #8f54a9 !important;
}

Let me know if it works.
Thanks!


Kind regards,
Agapi G.
Web-Dorado team
#62211

Please Log in or Create an account to join the conversation.


David Dain replied the topic: Changing Appearance in Portfolio Gallery Theme

Thank you. That works great.

So I have another question I hope you can answer: How can I get the web site logo to appear on the same line as the heading of the site, and not above it as you see in the attached?



In other words...I would like the logo to be on the left, and the name "Discovery Design" to be in the middle of the same line going across the top of the page.

Thanks!

#62737
Attachments:

Please Log in or Create an account to join the conversation.


Agapi G. replied the topic: Changing Appearance in Portfolio Gallery Theme

Awesome, David! We are glad the CSS code worked on your website!

As for your current request, could you please give the link to your website? We'll take a look and suggest a quick CSS code to align the text next to your site logo.

If you don't want to publicly share the link, you can send it to [email protected], referring to this forum thread.

Thanks!
Have a wonderful day!


Kind regards,
Agapi G.
Web-Dorado team
#62797

Please Log in or Create an account to join the conversation.


David Dain replied the topic: Changing Appearance in Portfolio Gallery Theme

Hi Agapi,

Here is the link to the site:

162.220.78.147

I was also wondering how I can change the font for the main header (where it says "Discovery Design") to the Requiem Small Caps Font.

Thanks a lot!

--David

#62889

Please Log in or Create an account to join the conversation.


Agapi G. replied the topic: Changing Appearance in Portfolio Gallery Theme

Hey David! Thank you for the link!

Unfortunately looks like logo is inside a container, which is outside of the entry content. So it will not be possible to align the position of title next to the image.

In case you will have only this page, you can edit the logo and add the text next to it as an image with Photoshop. And then you can upload this full picture as the logo of your website.

Let me know if this works for you.
Thank you!


Kind regards,
Agapi G.
Web-Dorado team
#62899

Please Log in or Create an account to join the conversation.


David Dain replied the topic: Changing Appearance in Portfolio Gallery Theme

I think it will. Thank you.

How do I get rid of "Home Page" at the top?

#62901
Attachments:

Please Log in or Create an account to join the conversation.


Agapi G. replied the topic: Changing Appearance in Portfolio Gallery Theme

That's great, David, we are glad the workaround was useful!

As for the heading, please add the following code Theme Options > General > Custom CSS editor of the theme:

.single-post h2 {
    visibility: hidden;
}

It will hide the post title "Homepage".
Thank you! Have a wonderful day!


Kind regards,
Agapi G.
Web-Dorado team
#62935
The following user(s) said Thank You: David Dain

Please Log in or Create an account to join the conversation.


David Dain replied the topic: Changing Appearance in Portfolio Gallery Theme

Thanks again, you're a superstar. That worked perfectly.

Do you recommend a layout plugin that can help me with content layout?

As you can see, I would like the logo and title of the site to be on the same line, and so I put them in a table, but for some reason, a table border shows (even though it's not in the HTML). Any suggestions on a good layout editor that works well with this theme?

#62977
Attachments:

Please Log in or Create an account to join the conversation.


Agapi G. replied the topic: Changing Appearance in Portfolio Gallery Theme

Hey David! You are welcome, I'm very glad it worked!
Thanks for your kind words!

I don't think there will be a need to use a layout editor, looks like the borders are applied to <td> and <tr> elements, rather than the table. So you can use this CSS code to remove them:

#content td, #content th {
    border: 0px;
}

Please add it to Theme Options > General > Custom CSS.
Thank you!


Kind regards,
Agapi G.
Web-Dorado team
#62995
The following user(s) said Thank You: David Dain

Please Log in or Create an account to join the conversation.


David Dain replied the topic: Changing Appearance in Portfolio Gallery Theme

You seem to have the right answer for all of my questions. You should run for President.

OK..hopefully one last question as I know this thread never ends.

I'd like to add a different font to the Typography list. What is the best way to do this? If I upload the fonts to the right folder in the server where the site is housed, will the theme automatically recognize the new fonts?

#62997

Please Log in or Create an account to join the conversation.


Agapi G. replied the topic: Changing Appearance in Portfolio Gallery Theme

Thank you! I am glad the answers are useful for you! :)

I spoke to our development team about your requirement regarding fonts. They mentioned, that they are working to include Google Fonts to Portfolio Gallery. And they can include the font you'd like to use in the list. Could you please let me know which font it is?

Please check this forum discussion: goo.gl/nZcf8s
You can include the fonts in style.css file with @font-face rule , and then write additional CSS code in Custom CSS to assign it to content text elements.

Thank you!


Kind regards,
Agapi G.
Web-Dorado team
#63053

Please Log in or Create an account to join the conversation.


David Dain replied the topic: Changing Appearance in Portfolio Gallery Theme

Hi Agapi,

The font name is: Requiem Small Caps

Thanks again for your help. You're a rock star!

#63143

Please Log in or Create an account to join the conversation.


Agapi G. replied the topic: Changing Appearance in Portfolio Gallery Theme

You are welcome, David! We're glad everything is sorted out on your site! I have forwarded the font name to our development team.

They will include it when they add Google Fonts to Portfolio Gallery theme.

If you have a few spare minutes, could you please share your customer experience with Form Maker and our service on WordPress.org? Our theme developers would greatly appreciate your kind contribution!

Let me give you the link: wordpress.org/support/view/theme-reviews/portfolio-gallery
Many thanks!


Kind regards,
Agapi G.
Web-Dorado team
#63183

Please Log in or Create an account to join the conversation.


David Dain replied the topic: Changing Appearance in Portfolio Gallery Theme

How long does it take for the font to be loaded into the theme?

Separately...I'm trying to add a footer, mostly with contact information in it and a copyright. I've tried to add a widget but that doesn't show up on the page, and I've also tried doing it through the General->Main menu, but the information I entered isn't showing up on the page.

What am I doing wrong? Thanks!

#63483

Please Log in or Create an account to join the conversation.


Agapi G. replied the topic: Changing Appearance in Portfolio Gallery Theme

Hello David!

The fonts should be loaded as soon as they are included in the theme and the CSS is applied. Perhaps there is caching on your web browser, which is still showing old styles. Please make sure to clear it before testing the new font display.

As for the footer issue, could we take a look at this from your website admin? You can send the access login information to [email protected]. Our developers will provide a fix to this issue as soon as possible.

Also please make sure to include the link to this forum topic in your e-mail.
Thanks in advance! Have a wonderful day!


Kind regards,
Agapi G.
Web-Dorado team
#63493

Please Log in or Create an account to join the conversation.


David Dain replied the topic: Changing Appearance in Portfolio Gallery Theme

Hi Agapi,

I just sent off an email to the address so you and your team can have a look at my issue with a footer. Also, I noticed that the Requiem Small Caps font hasn't been added yet in the typography list.

Thanks for all of your help!!

David

#63535

Please Log in or Create an account to join the conversation.


Agapi G. replied the topic: Changing Appearance in Portfolio Gallery Theme

Thank you for sending the user access, David!

I have reviewed your ticket and assigned to our development team. They will check the issue very soon, I'll get back to your right after I hear from them.

Thanks!


Kind regards,
Agapi G.
Web-Dorado team
#63583

Please Log in or Create an account to join the conversation.


Stefan Wagner replied the topic: Changing Appearance in Portfolio Gallery Theme

Hi,

I also have only the possibility to change the background color at color control and I have the pro version installed...
maybe someone has a solution?

THX

#87779

Please Log in or Create an account to join the conversation.


Agapi G. replied the topic: Changing Appearance in Portfolio Gallery Theme

Hey Stefan!

Thanks for posting about this problem!

Did you make sure to download and install the Pro version from your account of Web-Dorado.com, My Account > My Products page? In case you did, please clear the cache of your web browser and test again.

If this doesn't work, please give us temporary administrator access to your website. You can send the login information using the contact form on this page. Our development team will make the changes as soon as possible.

Also make sure to indicate the link to this forum thread in your message.
Thanks! Have a wonderful day!


Kind regards,
Agapi G.
Web-Dorado team
#87817
The following user(s) said Thank You: Stefan Wagner

Please Log in or Create an account to join the conversation.


Agapi G. replied the topic: Changing Appearance in Portfolio Gallery Theme

Hey Stefan!

Thank you for opening a support ticket!

I checked your site and understood your requirement. Unfortunately we did not include color control options in Customize toolbox, since they are many and it would be pretty crowded.

Could you please use Appearance > Theme Options > Color Control page to alter the colors on your Portfolio Gallery theme? All color settings are available there. Let me know if this works for you.

Thanks! Have a great day!


Kind regards,
Agapi G.
Web-Dorado team
#87907

Please Log in or Create an account to join the conversation.


Time to create page: 0.492 seconds
Powered by Kunena Forum

WORLD-CLASS SUPPORT

We are here for you every step of the way. Turn to our support with any questions you might have about our products and services. Our experienced customer care team is available to help you as fast as we possibly can.

Contact us