• unique_guitar

    (@unique_guitar)


    Love this theme but have some questions…please help!

    https://wpbusinessbundle.com/themes/digifoto/

    1) How do I change background color for the page name section? (not menu)
    2) How do I make content area larger on one specific page?

    As a side note, how do we upload screenshots/pictures
    on the wordpress forum? ??

Viewing 11 replies - 1 through 11 (of 11 total)
  • WPyogi

    (@wpyogi)

    You can’t use images on these forums — but you can post one on a site (yours or free image posting sites) and post the link.

    So far as your site, those kinds of changes are done in the CSS code. Try using Firebug to help you figure out which code to change. This CSS site may also be helpful:

    https://www.w3schools.com/css/

    Thread Starter unique_guitar

    (@unique_guitar)

    Thanks WPyogi. Don’t want to mess it up though lol.
    Is there any way you can look at the code?

    nickkos

    (@nickkos)

    On line 1192 of the layout.css

    .hentry {
    	width: 640px;
    	float: left;
    	background: #ffffff;
    	box-shadow: 0 1px 1px #b9b9b9;
    }

    Change it to

    .hentry {
    	width: 640px;
    	float: left;
    	background: #THE COLOR CODE U WANT GOES HERE;
    	box-shadow: 0 1px 1px #b9b9b9;
    }
    WPyogi

    (@wpyogi)

    Is there any way you can look at the code?

    Sure, but I’d need to look at your site…code alone does not mean much as it’s site specific.

    Thread Starter unique_guitar

    (@unique_guitar)

    what about the text color code there?

    hi.. how do we get to the layout.css? and other .css files for this theme?

    when i go to style.css it has the following:

    @import “css/reset.css”;
    @import “css/typography.css”;
    @import “css/layout.css”;
    @import “css/slider.css”;
    @import “css/grid-slider.css”;
    @import “css/shortcodes.css”;
    @import “css/buttons-shortcode.css”;
    @import “css/wide-layout.css”

    Does this mean we can’t access the specified .css files? Thanks!

    Someone please help me. I am not savvy at code or websites but built this one recently: https://trinidadhomestudio.com/

    In the Home page where they have the image carousel slider the images are cutting off at the top and resizing the images do not help it at all. Can anyone help me?

    OK 3 questions:

    1.How do I remove the page title form the page?
    2.How do I create a slide show for the homepage carousel?
    3.How do I create menu buttons and drop downs?

    I have spent several hours trying to figure these things out!

    my website:

    https://foreverpeople.com.au/

    Any help would be greatly appreciated!

    Thanks

    trinidadhomestudio,
    I had the same problem with the cutting off pictures. For my website the solution was that not all of the pictures were in the same size. Once you change them all to the same size the problem should resolve.

    I have a new problem of my own – I am getting “page not found” when creating a portfolio. As anyone has an idea why? I can’t even see the preview page.

    Thanks

    How do I create the carousel slideshow. and my blog post don’t have images show without going to the actual post. The page of all the posts don’t show any images.

    Can someone please explain here.

    I see people that asked, have got it working, but no one has shared how to actually do it.

    Thank you very much for help.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    We don’t support the “Digifoto” theme, please contact your theme’s vendors.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Digifoto WordPress Theme’ is closed to new replies.